Enum Class OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize

java.lang.Object
java.lang.Enum<OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize>
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize
All Implemented Interfaces:
Serializable, Comparable<OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize>, Constable
Enclosing class:
OpenAiApi.ChatCompletionRequest.WebSearchOptions

public static enum OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize extends Enum<OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize>
High level guidance for the amount of context window space to use for the search. One of low, medium, or high. medium is the default.