Class DocsSearchResponse
Ranked results, NOT a paginated collection — the {results} shape is a deliberate carve-out matching the MCP search_docs tool.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class DocsSearchResponse
Properties
Results
Declaration
[JsonPropertyName("results")]
public List<DocsSearchResultResponse> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DocsSearchResultResponse> |