ToolCall
https://ontology.toxindex.com/v1/ToolCall ToxJobsA persisted record of a tool invocation, capturing the input arguments, output, and the conversation it occurred in. Identified by (conversation_id, tool_call_id). Citations in flow documents resolve to these.
Relationships
Referenced By
Citation tool_call
Properties
| Name | Type | Description | |
|---|---|---|---|
tool_call_id | string | required identifier | Identifier of a specific tool invocation within a conversation. |
conversation_id | string | required | Conversation identifier. |
tool_name | string | required | |
arguments | string | JSON-serialized input arguments to the tool. | |
output | string | JSON-serialized tool output. | |
is_error | boolean | Whether the tool invocation resulted in an error. |