ravendb
Version:
RavenDB client for Node.js
10 lines • 330 B
TypeScript
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