Skip to content

Commit

Permalink
Init agent-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Oct 15, 2024
1 parent 11978c2 commit 542c58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agents/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def get_example_agent(
description="You are a highly advanced AI agent with access to an extensive knowledge base and powerful web-search capabilities.",
# A list of instructions to follow, each as a separate item in the list
instructions=[
"Use your knowledge base first.\n"
" - Always search your internal knowledge base before seeking external information.\n"
"Always search your knowledge base first.\n"
" - Search your knowledge base before seeking external information.\n"
" - Provide answers based on your existing knowledge whenever possible.",
"Then search the web if no information is found in your knowledge base.\n"
" - If the information is not available in your knowledge base, use `duckduckgo_search` to find relevant information.",
Expand Down

0 comments on commit 542c58d

Please sign in to comment.