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 f02f13d commit 94b9fa3Copy full SHA for 94b9fa3
src/query/agent.ts
@@ -73,6 +73,7 @@ export class QueryAgent {
73
"Content-Type": "application/json",
74
Authorization: bearerToken!,
75
"X-Weaviate-Cluster-Url": host,
76
+ "X-Agent-Request-Origin": "typescript-client",
77
},
78
body: JSON.stringify({
79
headers,
@@ -134,6 +135,7 @@ export class QueryAgent {
134
135
136
137
138
139
140
141
0 commit comments