Skip to content

Commit 18bd429

Browse files
committed
refactor: remove Simon Willison's blog search tool and related documentation
1 parent 6dec52c commit 18bd429

File tree

3 files changed

+0
-42
lines changed

3 files changed

+0
-42
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ A Ruby-based AI agent that can perform various tasks through a collection of too
1111
- Built-in Tools:
1212
- Wikipedia Search
1313
- Google Search
14-
- Simon Willison's Blog Search
1514
- Safe Calculator
1615

1716
## Prerequisites

lib/agent/agent.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ class Agent
2525
e.g. google_search: Ruby on Rails tutorials
2626
Returns the top 10 results from Google Custom Search API, each with a title, URL, and description
2727
28-
simon_blog_search:
29-
e.g. simon_blog_search: Python
30-
Returns relevant entries from Simon Willison's blog
31-
3228
Always look things up on Wikipedia if you have the opportunity to do so.
3329
3430
Example session:

lib/tools/simon_blog_search_tool.rb

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)