Skip to main content

LlmProtocol

Defined in the protocols module.
Rust AI Agent SDK Protocol for LLM provider implementations.

Methods

model

Get the model name

chat

Chat with the LLM Parameters:

chat_with_tools

Chat with tools Parameters:

Source

View on GitHub

praisonai/src/protocols/mod.rs at line 0

Rust LLM

Rust Providers

Rust Failover