Back to Agent Zero

Agent.System.Tool.Search Engine

prompts/agent.system.tool.search_engine.md

1.13376 B
Original Source

search_engine

find live news, prices, and other real-time web data arg: query (text search query) returns urls, titles, and descriptions example:

json
{
  "thoughts": ["I need current information rather than relying on memory."],
  "headline": "Searching the web",
  "tool_name": "search_engine",
  "tool_args": {
    "query": "latest LiteLLM release notes"
  }
}