Skip to main content

ToolCallFunction

Defined in the LLM module.
Rust AI Agent SDK Function details within a tool call

Fields

NameTypeDescription
nameStringThe tool/function name
argumentsStringThe arguments as JSON string

Source

View on GitHub

praisonai/src/llm/mod.rs at line 96