Provides struct and type for a ChatCreateRequest
@type t() :: %Gleanex.Platform.ChatCreateRequest{ conversation_id: String.t() | nil, input: String.t() | [map()], store: boolean() | nil, stream: boolean() | nil }