Kind: Type
Source: atloria-monorepo/libs/pme-core/src/tools/query-docs.tool.ts
Search function signature — matches AzureSearchService.search() shape. Injected at tool creation time.
Definition
ts(
query: string,
projectId: string,
maxResults?: number
) => Promise<DocSearchResult[]>
Was this page helpful?