We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9670cf7 commit bdecbbbCopy full SHA for bdecbbb
src/query/agent.ts
@@ -1,7 +1,7 @@
1
import { WeaviateClient } from "weaviate-client";
2
import { QueryAgentResponse } from "./response/response.js";
3
import { mapResponse } from "./response/response-mapping.js";
4
-import { mapApiResponse } from "./response/api-reponse-mapping.js";
+import { mapApiResponse } from "./response/api-response-mapping.js";
5
6
/**
7
* An agent for executing agentic queries against Weaviate.
0 commit comments