Uses of Class
com.azure.ai.inference.models.ChatCompletionsToolCall
Packages that use ChatCompletionsToolCall
-
Uses of ChatCompletionsToolCall in com.azure.ai.inference.models
Subclasses of ChatCompletionsToolCall in com.azure.ai.inference.modelsModifier and TypeClassDescriptionfinal class
A tool call to a function tool, issued by the model in evaluation of a configured function tool, that represents a function invocation needed for a subsequent chat completions request to resolve.Methods in com.azure.ai.inference.models that return ChatCompletionsToolCallModifier and TypeMethodDescriptionstatic ChatCompletionsToolCall
ChatCompletionsToolCall.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionsToolCall from the JsonReader.Methods in com.azure.ai.inference.models that return types with arguments of type ChatCompletionsToolCallModifier and TypeMethodDescriptionChatRequestAssistantMessage.getToolCalls()
Get the toolCalls property: The tool calls that must be resolved and have their outputs appended to subsequent input messages for the chat completions request to resolve as configured.ChatResponseMessage.getToolCalls()
Get the toolCalls property: The tool calls that must be resolved and have their outputs appended to subsequent input messages for the chat completions request to resolve as configured.Method parameters in com.azure.ai.inference.models with type arguments of type ChatCompletionsToolCallModifier and TypeMethodDescriptionChatRequestAssistantMessage.setToolCalls
(List<ChatCompletionsToolCall> toolCalls) Set the toolCalls property: The tool calls that must be resolved and have their outputs appended to subsequent input messages for the chat completions request to resolve as configured.