Module chat

Source
Expand description

Request and response types for /v1/language/{}/chat endpoints.

Structs§

ChatMessage
Content and role of the message.
ChatRequest
Unified chat request across all language models.
ChatRequestOverride
Override of a single chat request.
ChatResponse
Unified chat response across all language models.
ModelResponse
Unified response from the provider.
TokenUsage
Prompt, response and total token usage.

Enums§

Role
The role of the author of this message.