Skip to main content

Module client

Module client 

Source
Expand description

The LlmClient trait and its shared types.

Structs§

CompletionResult
One completion response.
TokenUsage
Token usage reported by the provider. Both fields are 0 if unknown.

Traits§

LlmClient
Shared interface for LLM clients.