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 a405afc commit 80fe8bcCopy full SHA for 80fe8bc
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "weaviate-agents"
3
-version = "0.11.0"
+version = "0.12.0"
4
description = "The official sub-package for the Weaviate Agents project."
5
readme = "README.md"
6
requires-python = ">=3.9"
weaviate_agents/base.py
@@ -28,4 +28,5 @@ def __init__(
28
self._headers = {
29
"Authorization": self._connection.get_current_bearer_token(),
30
"X-Weaviate-Cluster-Url": self._client._connection.url.replace(":443", ""),
31
+ "X-Agent-Request-Origin": "python-client",
32
}
0 commit comments