Represents a frame of a streaming response from a LLM that contains a tool call.
The content/arguments of the tool call. Can be null for partial frames.
Lazily parses the content of the tool call as a JSON object.
The ID of the tool call. Can be null for partial frames.
The name of the tool being called. Can be null for partial frames.