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.
ToolCallFunction
Defined in the LLM module.Rust AI Agent SDK Function details within a tool call
Fields
| Name | Type | Description |
|---|---|---|
name | String | The tool/function name |
arguments | String | The arguments as JSON string |
Source
View on GitHub
praisonai/src/llm/mod.rs at line 96
