solana-agent 2.1.0__tar.gz → 2.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {solana_agent-2.1.0 → solana_agent-2.1.1}/PKG-INFO +1 -1
- {solana_agent-2.1.0 → solana_agent-2.1.1}/pyproject.toml +1 -1
- {solana_agent-2.1.0 → solana_agent-2.1.1}/solana_agent/ai.py +0 -2
- {solana_agent-2.1.0 → solana_agent-2.1.1}/LICENSE +0 -0
- {solana_agent-2.1.0 → solana_agent-2.1.1}/README.md +0 -0
- {solana_agent-2.1.0 → solana_agent-2.1.1}/solana_agent/__init__.py +0 -0
|
@@ -833,7 +833,6 @@ class AI:
|
|
|
833
833
|
"content": result,
|
|
834
834
|
},
|
|
835
835
|
],
|
|
836
|
-
tools=self._tools,
|
|
837
836
|
stream=True,
|
|
838
837
|
)
|
|
839
838
|
for chunk in response:
|
|
@@ -994,7 +993,6 @@ class AI:
|
|
|
994
993
|
"content": result,
|
|
995
994
|
},
|
|
996
995
|
],
|
|
997
|
-
tools=self._tools,
|
|
998
996
|
stream=True,
|
|
999
997
|
)
|
|
1000
998
|
for chunk in response:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|