Gleanex.Platform.ChatCreateRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatCreateRequest

Summary

Types

t()

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