Represents a tool call made by an AI assistant in an agentic workflow.
Details about the function being invoked.
String containing the arguments to pass to the tool.
The name of the tool/function to be called.
Unique identifier for this specific tool call instance used to correlate the call with its response.
Represents a tool call made by an AI assistant in an agentic workflow.