Uses of Class
com.azure.ai.openai.models.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return FunctionCallModifier and TypeMethodDescriptionChatCompletionsFunctionToolCall.getFunction()Get the function property: The details of the function invocation requested by the tool call.ChatRequestAssistantMessage.getFunctionCall()Get the functionCall property: The function call that must be resolved and have its output appended to subsequent input messages for the chat completions request to resolve as configured.ChatResponseMessage.getFunctionCall()Get the functionCall property: The function call that must be resolved and have its output appended to subsequent input messages for the chat completions request to resolve as configured.Methods in com.azure.ai.openai.models with parameters of type FunctionCallModifier and TypeMethodDescriptionChatRequestAssistantMessage.setFunctionCall(FunctionCall functionCall) Set the functionCall property: The function call that must be resolved and have its output appended to subsequent input messages for the chat completions request to resolve as configured.Constructors in com.azure.ai.openai.models with parameters of type FunctionCallModifierConstructorDescriptionChatCompletionsFunctionToolCall(String id, FunctionCall function) Creates an instance of ChatCompletionsFunctionToolCall class.