Skip to main content

ToolUseEvent

Defined in the events module.
AI Agent Built-in tool invocation by the agent. Attributes: name: Tool name (e.g. "bash", "read", "write"). input: Tool input parameters. tool_use_id: Unique ID for this tool invocation. needs_confirmation: Whether the tool requires user confirmation.

Properties

str
No description available.
Dict[str, Any]
No description available.
str
No description available.
bool
No description available.

Source

View on GitHub

praisonaiagents/managed/events.py at line 84

Tools Concept

Create Custom Tools

Tool Development