Class OpenRouterOptions.Plugin
Inherited Members
Namespace: Glitch9.AIDevKit.OpenRouter
Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
Syntax
public class OpenRouterOptions.Plugin
Properties
| Edit this page View SourceEnabled
Optional.
Declaration
[JsonProperty("enabled")]
public bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Engine
Optional. Allowed values: native, exa
Declaration
[JsonProperty("engine")]
public string Engine { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxResults
Optional.
Declaration
[JsonProperty("max_results")]
public double? MaxResults { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Optional.
Declaration
[JsonProperty("pdf")]
public OpenRouterOptions.PdfSettings Pdf { get; set; }
Property Value
| Type | Description |
|---|---|
| OpenRouterOptions.PdfSettings |
SearchPrompt
Optional.
Declaration
[JsonProperty("search_prompt")]
public string SearchPrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |