Skip to main content

ScriptedToolCall

Defined in the scripted module.
AI Agent One tool call the double should emit. Attributes: name: Tool function name, matching a tool given to the agent. arguments: Arguments dict; serialised to JSON exactly as a provider would. id: Optional tool-call id. Generated when omitted.

Properties

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

Source

View on GitHub

praisonaiagents/model_harness/scripted.py at line 98

Tools Concept

Create Custom Tools

Tool Development