Class CorporaQueryRequest
Inheritance
object
CorporaQueryRequest
Assembly: .dll
Syntax
public class CorporaQueryRequest : GenerativeAIRequest
Properties
Declaration
public MetadataFilter[] MetadataFilters { get; set; }
Property Value
Query
Required. Query string to perform semantic search.
Declaration
public string Query { get; set; }
Property Value
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
public int ResultsCount { get; set; }
Property Value