Bases: ToolError
ToolError raised when the requested tool cannot be found.
raw_content class-attribute instance-attribute
content property writable
Source code in autogen/beta/events/types.py
| def to_api(self) -> dict[str, Any]:
return {
"role": "tool",
"tool_call_id": self.parent_id,
"content": self.content,
}
|