Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
LlmProvider
Defined in the LLM module.Rust AI Agent SDK Trait for LLM providers
Methods
chat
| Name | Type |
|---|---|
messages | &[Message] |
tools | Option<&[ToolDefinition]> |
chat_stream
| Name | Type |
|---|---|
messages | &[Message] |
tools | Option<&[ToolDefinition]> |
model
Source
View on GitHub
praisonai/src/llm/mod.rs at line 0
