1 implementation of SearchAsync
aspire (1)
Mcp\Docs\DocsSearchService.cs (1)
119
public async Task<DocsSearchResponse?>
SearchAsync
(string query, int topK = 5, CancellationToken cancellationToken = default)
1 reference to SearchAsync
aspire (1)
Mcp\Tools\SearchDocsTool.cs (1)
83
var response = await _docsSearchService.
SearchAsync
(query, topK, cancellationToken);