Skip to content

Commit 0c8f67e

Browse files
V30.0.5 (#115)
* update deps and add tool to imports * update docs
1 parent f7e52ee commit 0c8f67e

File tree

5 files changed

+453
-462
lines changed

5 files changed

+453
-462
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,7 @@ pip install sakit
639639
### Inline Tool Example
640640

641641
```python
642-
from solana_agent import SolanaAgent
643-
from solana_agent.interfaces.plugins.plugins import Tool
642+
from solana_agent import SolanaAgent, Tool
644643

645644
class TestTool(Tool):
646645
def __init__(self):

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,7 @@ Inline Tool Example
578578

579579
.. code-block:: python
580580
581-
from solana_agent import SolanaAgent
582-
from solana_agent.interfaces.plugins.plugins import Tool
581+
from solana_agent import SolanaAgent, Tool
583582
584583
class TestTool(Tool):
585584
def __init__(self):

0 commit comments

Comments
 (0)