Class WebSearchPrice
Represents per-search pricing for models that include web search capability.
Inheritance
WebSearchPrice
Assembly: Glitch9.AIDevKit.dll
Syntax
[Serializable]
public class WebSearchPrice : ModelPrice
Constructors
|
Edit this page
View Source
WebSearchPrice()
Declaration
|
Edit this page
View Source
WebSearchPrice(SearchContextSize, double)
Declaration
public WebSearchPrice(SearchContextSize contextSize, double cost)
Parameters
|
Edit this page
View Source
WebSearchPrice(double)
Declaration
public WebSearchPrice(double cost)
Parameters
| Type |
Name |
Description |
| double |
cost |
|
Fields
|
Edit this page
View Source
contextSize
The search context size tier this price applies to.
Declaration
[SerializeField]
[JsonProperty("contextSize")]
public SearchContextSize contextSize
Field Value
Extension Methods