# DocSearchFn

**Kind:** Type

**Source:** [`atloria-monorepo/libs/pme-core/src/tools/query-docs.tool.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/tools/query-docs.tool.ts#L15)

Search function signature — matches AzureSearchService.search() shape.
Injected at tool creation time.

## Definition

```ts
(
  query: string,
  projectId: string,
  maxResults?: number
) => Promise<DocSearchResult[]>
```
