Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 24, 2024
1 parent 0fc5d14 commit 13482bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ You can also add your own custom tools for your vision agent to use:
>>> }
>>> ],
>>> }
>>> def __call__(self, prompt: str) -> int:
>>> def __call__(self, prompt: list[str]) -> int:
>>> return len(prompt)
```
This will register it with the list of tools Vision Agent has access to. It will be able
Expand Down

0 comments on commit 13482bc

Please sign in to comment.