ToolCall

https://ontology.toxindex.com/v1/ToolCall ToxJobs

A 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

Class properties with name, type, requirements, and description
NameTypeDescription
tool_call_idstring required identifierIdentifier of a specific tool invocation within a conversation.
conversation_idstring required Conversation identifier.
tool_namestring required
argumentsstring JSON-serialized input arguments to the tool.
outputstring JSON-serialized tool output.
is_errorboolean Whether the tool invocation resulted in an error.