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 TypeMethodDescriptionChatMessage.getFunctionCall()Get the functionCall property: The name and arguments of a function that should be called, as generated by the model.Methods in com.azure.ai.openai.models with parameters of type FunctionCallModifier and TypeMethodDescriptionChatMessage.setFunctionCall(FunctionCall functionCall) Set the functionCall property: The name and arguments of a function that should be called, as generated by the model.