Uses of Enum
com.azure.ai.openai.responses.models.ResponsesWebSearchContextSize
Packages that use ResponsesWebSearchContextSize
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesWebSearchContextSize in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesWebSearchContextSizeModifier and TypeMethodDescriptionResponsesWebSearchContextSize.fromString(String value) Parses a serialized value to a ResponsesWebSearchContextSize instance.ResponsesWebSearchTool.getSearchContextSize()Get the searchContextSize property: The search_context_size property.Returns the enum constant of this type with the specified name.static ResponsesWebSearchContextSize[]ResponsesWebSearchContextSize.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.openai.responses.models with parameters of type ResponsesWebSearchContextSizeModifier and TypeMethodDescriptionResponsesWebSearchTool.setSearchContextSize(ResponsesWebSearchContextSize searchContextSize) Set the searchContextSize property: The search_context_size property.