Class CorporaQueryRequest
Inheritance
CorporaQueryRequest
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class CorporaQueryRequest : GoogleGeminiRequest, IJsonRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("metadataFilters")]
public MetadataFilter[] MetadataFilters { get; set; }
Property Value
|
Edit this page
View Source
Query
Required. Query string to perform semantic search.
Declaration
[JsonProperty("query")]
public string Query { get; set; }
Property Value
|
Edit this page
View Source
ResultsCount
Optional. The maximum number of Chunks to return. The service may return fewer Chunks.
If unspecified, at most 10 Chunks will be returned. The maximum specified result count is 100.
Declaration
[JsonProperty("resultsCount")]
public int ResultsCount { get; set; }
Property Value
Implements
Extension Methods