Uses of Class
com.azure.ai.inference.models.ChatCompletionsToolDefinition
Packages that use ChatCompletionsToolDefinition
-
Uses of ChatCompletionsToolDefinition in com.azure.ai.inference.models
Subclasses of ChatCompletionsToolDefinition in com.azure.ai.inference.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.inference.models that return ChatCompletionsToolDefinitionModifier and TypeMethodDescriptionChatCompletionsToolDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionsToolDefinition from the JsonReader.Methods in com.azure.ai.inference.models that return types with arguments of type ChatCompletionsToolDefinitionModifier and TypeMethodDescriptionChatCompletionsOptions.getTools()Get the tools property: A list of tools the model may request to call.Method parameters in com.azure.ai.inference.models with type arguments of type ChatCompletionsToolDefinitionModifier and TypeMethodDescriptionChatCompletionsOptions.setTools(List<ChatCompletionsToolDefinition> tools) Set the tools property: A list of tools the model may request to call.