Skip to main content

ToolSchema

Defined in the Turn Context module.
AI Agent Normalized tool schema for runtime execution. Provides a consistent tool representation regardless of source (function decorators, OpenAI format, custom tools, etc.).

Properties

str
No description available.
str
No description available.
Dict[str, Any]
No description available.
Optional
No description available.
str
No description available.
Mapping[str, Any]
No description available.

Source

View on GitHub

praisonaiagents/runtime/turn_context.py at line 70

Tools Concept

Create Custom Tools

Tool Development