Tool call content part of a prompt. It contains a tool call (usually generated by the AI model).
ID of the tool call. This ID is used to match the tool call with the tool result.
Name of the tool that is being called.
Arguments of the tool call. This is a JSON-serializable object that matches the tool's input schema.
Tool call content part of a prompt. It contains a tool call (usually generated by the AI model).