Skip to main content

Crate codei_llm

Crate codei_llm 

Source
Expand description

LLM provider abstraction for CodeI.

Structs§

AssistantResponse
Aggregated assistant response after consuming a stream.
ChatRequest
Request sent to an LLM provider.
Message
ToolCall
ToolDefinition
Usage

Enums§

LlmError
Role
StreamEvent
ToolFormat

Traits§

LlmProvider

Functions§

collect_response
Collect a chat stream into a single assistant response.
create_provider
create_provider_by_name

Type Aliases§

ChatStream