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.
LlmProtocol
Defined in the protocols module.Rust AI Agent SDK Protocol for LLM provider implementations.
Methods
model
chat
| Name | Type |
|---|---|
messages | &[LlmMessage] |
chat_with_tools
| Name | Type |
|---|---|
messages | &[LlmMessage] |
tools | &[ToolSchema] |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 0
