A language model response part indicating a tool call, returned from a LanguageModelChatResponse, and also can be included as a content part on a LanguageModelChatMessage, to represent a previous tool call in a chat request.
Create a new LanguageModelToolCallPart.
The ID of the tool call.
The name of the tool to call.
The input with which to call the tool.
The ID of the tool call. This is a unique identifier for the tool call within the chat request.
A language model response part indicating a tool call, returned from a LanguageModelChatResponse, and also can be included as a content part on a LanguageModelChatMessage, to represent a previous tool call in a chat request.
Stubbed