Uses of Class
com.azure.search.documents.indexes.models.ChatCompletionExtraParametersBehavior
Packages that use ChatCompletionExtraParametersBehavior
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ChatCompletionExtraParametersBehavior in com.azure.search.documents.indexes.models
Subclasses with type arguments of type ChatCompletionExtraParametersBehavior in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classSpecifies how 'extraParameters' should be handled by Azure AI Foundry.Fields in com.azure.search.documents.indexes.models declared as ChatCompletionExtraParametersBehaviorModifier and TypeFieldDescriptionstatic final ChatCompletionExtraParametersBehaviorChatCompletionExtraParametersBehavior.DROPDrops all extra parameters.static final ChatCompletionExtraParametersBehaviorChatCompletionExtraParametersBehavior.ERRORRaises an error if any extra parameter is present.static final ChatCompletionExtraParametersBehaviorChatCompletionExtraParametersBehavior.PASS_THROUGHPasses any extra parameters directly to the model.Methods in com.azure.search.documents.indexes.models that return ChatCompletionExtraParametersBehaviorModifier and TypeMethodDescriptionChatCompletionExtraParametersBehavior.fromString(String name) Creates or finds a ChatCompletionExtraParametersBehavior from its string representation.ChatCompletionSkill.getExtraParametersBehavior()Get the extraParametersBehavior property: How extra parameters are handled by Azure AI Foundry.Methods in com.azure.search.documents.indexes.models that return types with arguments of type ChatCompletionExtraParametersBehaviorModifier and TypeMethodDescriptionChatCompletionExtraParametersBehavior.values()Gets known ChatCompletionExtraParametersBehavior values.Methods in com.azure.search.documents.indexes.models with parameters of type ChatCompletionExtraParametersBehaviorModifier and TypeMethodDescriptionChatCompletionSkill.setExtraParametersBehavior(ChatCompletionExtraParametersBehavior extraParametersBehavior) Set the extraParametersBehavior property: How extra parameters are handled by Azure AI Foundry.