Uses of Class
com.azure.ai.openai.models.ChatCompletionsToolDefinition
Packages that use ChatCompletionsToolDefinition
-
Uses of ChatCompletionsToolDefinition in com.azure.ai.openai.models
Subclasses of ChatCompletionsToolDefinition in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classThe definition information for a chat completions function tool that can call a function in response to a tool call.Methods in com.azure.ai.openai.models that return types with arguments of type ChatCompletionsToolDefinitionModifier and TypeMethodDescriptionChatCompletionsOptions.getTools()Get the tools property: The available tool definitions that the chat completions request can use, including caller-defined functions.Method parameters in com.azure.ai.openai.models with type arguments of type ChatCompletionsToolDefinitionModifier and TypeMethodDescriptionChatCompletionsOptions.setTools(List<ChatCompletionsToolDefinition> tools) Set the tools property: The available tool definitions that the chat completions request can use, including caller-defined functions.