Skip to content

Commit

Permalink
Remove unfinished and obsolete comment
Browse files Browse the repository at this point in the history
I linked to it directly above, so the comment isn't even necessary
  • Loading branch information
jgaskins committed Aug 8, 2024
1 parent 08a8759 commit e10eb4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ You can also define tools without inheriting from `Anthropic::Tool::Handler`. Th
Here is an example of a tool that searches a user's Google Drive (via the [`jgaskins/google`](https://github.com/jgaskins/google) shard) using the provided query. Claude will generate the query and pass it to the tool,

```crystal
# Provided by
require "google"
require "google/drive"
Expand Down

0 comments on commit e10eb4d

Please sign in to comment.