Skip to main content

ToolConfirmationEvent

Defined in the events module.
AI Agent Tool requires user confirmation before execution. Attributes: name: Tool name requiring confirmation. input: Tool input parameters. tool_use_id: Unique ID for this tool invocation.

Properties

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

Source

View on GitHub

praisonaiagents/managed/events.py at line 124

Tools Concept

Create Custom Tools

Tool Development