Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonSchema ¶
type JsonSchema struct { Name string `json:"name"` Schema *json.RawMessage `json:"schema"` }
type Request ¶
type Request struct { Model string `json:"model"` Messages []*Message `json:"messages"` JsonSchema *JsonSchema `json:"json_schema,omitempty"` }
Click to show internal directories.
Click to hide internal directories.