Skip to content

Commit bdecbbb

Browse files
authored
fix typo (#7)
1 parent 9670cf7 commit bdecbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { WeaviateClient } from "weaviate-client";
22
import { QueryAgentResponse } from "./response/response.js";
33
import { mapResponse } from "./response/response-mapping.js";
4-
import { mapApiResponse } from "./response/api-reponse-mapping.js";
4+
import { mapApiResponse } from "./response/api-response-mapping.js";
55

66
/**
77
* An agent for executing agentic queries against Weaviate.

0 commit comments

Comments
 (0)