Uses of Class
com.azure.ai.openai.models.FunctionCallConfig
Packages that use FunctionCallConfig
-
Uses of FunctionCallConfig in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as FunctionCallConfigModifier and TypeFieldDescriptionstatic final FunctionCallConfigFunctionCallConfig.AUTOAUTO will indicate the service to call any functions that are necessary for text completion generation.static final FunctionCallConfigFunctionCallConfig.NONENONE will indicate the service to not call nay of the functions that may have been provided with the request for text completion generation.Methods in com.azure.ai.openai.models that return FunctionCallConfigModifier and TypeMethodDescriptionChatCompletionsOptions.getFunctionCall()Get the functionCall property: Controls how the model responds to function calls.Methods in com.azure.ai.openai.models with parameters of type FunctionCallConfigModifier and TypeMethodDescriptionChatCompletionsOptions.setFunctionCall(FunctionCallConfig functionCallConfig) Set the functionCall property: Controls how the model responds to function calls.