Skip to content

Commit 4a1b965

Browse files
committed
small tweak
1 parent 0263aef commit 4a1b965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/components/multiagent/python/app/examples/researcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def create_researcher(chat_history: List[ChatMessage]):
7575
Your task: Return the previous content of the post to the writer. No need to do any research.
7676
This is not your task: Look for how to create an HTML file.
7777
78-
If you use the tools but don't find any related information, please return "I didn't find any new information for {the topic}." Don't try to make up information yourself.
78+
If you use the tools but don't find any related information, please return "I didn't find any new information for {the topic}." along with the content you found. Don't try to make up information yourself.
7979
If the request doesn't need any new information because it was in the conversation history, please return "The task doesn't need any new information. Please reuse the existing content in the conversation history."
8080
"""),
8181
chat_history=chat_history,

templates/components/multiagent/typescript/workflow/agents.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Example:
3030
Your task: Return the previous content of the post to the writer. No need to do any research.
3131
This is not your task: Look for how to create an HTML file.
3232
33-
If you use the tools but don't find any related information, please return "I didn't find any new information for {the topic}." Don't try to make up information yourself.
33+
If you use the tools but don't find any related information, please return "I didn't find any new information for {the topic}." along with the content you found. Don't try to make up information yourself.
3434
If the request doesn't need any new information because it was in the conversation history, please return "The task doesn't need any new information. Please reuse the existing content in the conversation history.
3535
`,
3636
chatHistory,

0 commit comments

Comments
 (0)