Class ApiChatCompletionsResponseMessageToolCall
java.lang.Object
de.xima.fc.prompt.ms.impl.service.generic_oai.client.json.ApiChatCompletionsResponseMessageToolCall
- Direct Known Subclasses:
ApiChatCompletionsResponseMessageToolCall.Custom, ApiChatCompletionsResponseMessageToolCall.Function
A tool call generated by the model, such as a function call.
- Since:
- 8.5.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA call to a custom tool created by the model.static final classA call to a function tool created by the model. -
Method Summary
-
Method Details
-
type
The type of tool call, such as "function" or "custom".- Returns:
- The tool call type.
-