Uses of Class
com.azure.ai.inference.models.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return FunctionCallModifier and TypeMethodDescriptionstatic FunctionCallFunctionCall.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionCall from the JsonReader.ChatCompletionsFunctionToolCall.getFunction()Get the function property: The details of the function invocation requested by the tool call.ChatCompletionsToolCall.getFunction()Get the function property: The details of the function call requested by the AI model.StreamingChatResponseToolCallUpdate.getFunction()Get the function property: Updates to the function call requested by the AI model.Constructors in com.azure.ai.inference.models with parameters of type FunctionCallModifierConstructorDescriptionChatCompletionsFunctionToolCall(String id, FunctionCall function) Creates an instance of ChatCompletionsFunctionToolCall class.ChatCompletionsToolCall(String id, FunctionCall function) Creates an instance of ChatCompletionsToolCall class.