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 f543eb4 commit 3af4ad2Copy full SHA for 3af4ad2
agixtsdk/__init__.py
@@ -632,6 +632,7 @@ def update_step(
632
try:
633
response = requests.put(
634
f"{self.base_uri}/api/chain/{chain_name}/step/{step_number}",
635
+ headers=self.headers,
636
json={
637
"step_number": step_number,
638
"agent_name": agent_name,
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="agixtsdk",
11
- version="0.0.54",
+ version="0.0.55",
12
description="The AGiXT SDK for Python.",
13
long_description=long_description,
14
long_description_content_type="text/markdown",
0 commit comments