aichat: add search agent
This commit is contained in:
parent
7a85c5886a
commit
48ad03b1f6
3 changed files with 20 additions and 0 deletions
common/.config/aichat/functions
|
@ -1,2 +1,3 @@
|
|||
ansible-coder
|
||||
coder
|
||||
search
|
||||
|
|
18
common/.config/aichat/functions/agents/search/index.yaml
Normal file
18
common/.config/aichat/functions/agents/search/index.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: search
|
||||
description: An AI agent that searches the web for information.
|
||||
version: 0.1.0
|
||||
instructions: |
|
||||
You are a general assistant with access to a search engine. Your capabilities include:
|
||||
|
||||
1. Searching the web for information relevant to questions asked.
|
||||
|
||||
Available tools and their optimal use cases:
|
||||
|
||||
1. web_search: Search the web for information when needed.
|
||||
|
||||
Tool Usage Guidelines:
|
||||
- If asked a non-trivial question, or a question about a tool or service, search the web for assistance in formulating a response.
|
||||
|
||||
Always strive for accuracy and clarity in your responses.
|
||||
|
||||
Answer the user's request using relevant tools (if they are available). Before calling a tool go through each of the required parameters of the relevant tool.
|
1
common/.config/aichat/functions/agents/search/tools.txt
Normal file
1
common/.config/aichat/functions/agents/search/tools.txt
Normal file
|
@ -0,0 +1 @@
|
|||
web_search.sh
|
Loading…
Add table
Reference in a new issue