Class WebSearchOptionsWrapper
Inheritance
object
WebSearchOptionsWrapper
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class WebSearchOptionsWrapper
Constructors
WebSearchOptionsWrapper(WebSearchOptions)
Declaration
public WebSearchOptionsWrapper(WebSearchOptions webSearchOptions)
Parameters
Type | Name | Description |
---|---|---|
WebSearchOptions | webSearchOptions |
Properties
WebSearchOptions
Optional. This tool searches the web for relevant results to use in a response. Learn more about the web search tool.
Declaration
public WebSearchOptions WebSearchOptions { get; set; }
Property Value
Type | Description |
---|---|
WebSearchOptions |