Skip to content

Commit 2823d58

Browse files
committed
fix typo
Signed-off-by: Bill Maxwell <[email protected]>
1 parent cbfa83f commit 2823d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This function executes a tool and returns the response.
9191

9292
```python
9393
from gptscript.command import exec
94-
from gptsript.tool import Tool
94+
from gptscript.tool import Tool
9595

9696
tool = Tool(
9797
json_response=True,
@@ -132,7 +132,7 @@ This function streams the execution of a tool and returns the output, error, and
132132

133133
```python
134134
from gptscript.command import stream_exec, complex_tool
135-
from gptsript.tool import Tool
135+
from gptscript.tool import Tool
136136

137137
tool = Tool(
138138
json_response=True,

0 commit comments

Comments
 (0)