UNPKG

ravendb

Version:
10 lines 330 B
import type { AiAgentToolQueryOptions } from "./AiAgentToolQueryOptions.js"; export interface AiAgentToolQuery { name: string; description: string; query: string; parametersSampleObject?: string; parametersSchema?: string; options?: AiAgentToolQueryOptions; } //# sourceMappingURL=AiAgentToolQuery.d.ts.map