WebSearchPreviewTool.SearchContextSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchPreviewToolSearchContextSize? SearchContextSize { get; set; }
member this.SearchContextSize : Nullable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.WebSearchPreviewToolSearchContextSize> with get, set
Public Property SearchContextSize As Nullable(Of WebSearchPreviewToolSearchContextSize)