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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Build self-learning AI Agents
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "2.1.0"
3
+ version = "2.1.1"
4
4
  description = "Build self-learning AI Agents"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
@@ -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