Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 22, 2024
1 parent a28c9d3 commit 913e8c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/ai_news/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ system_prompt: >
# agent specific goal
prompt: >
Read the recent news first and report a five list bullet points from it.
Read the recent news first and create a five list bullet points in your memories from it.
guidance:
- You will first read the recent news and then report a summary.
- You will first use the read_news command and then write the bullet points to your memory.

functions:
- name: News
Expand All @@ -19,7 +19,7 @@ functions:
- name: read_news
description: "To read the recent news:"
max_shown_output: 4096
tool: curl -s getnews.tech/ai
tool: curl -s getnews.tech/ai,nocolor



0 comments on commit 913e8c5

Please sign in to comment.