Skip to content

Commit aadbddc

Browse files
author
Steven Lu
committed
1. prompts updated. prompt agents to use RESPONSE to return variables contents.
1 parent fd9ee4f commit aadbddc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ailice/prompts/prompt_article_digest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SEARCH-UP-BROWSER<!|query: str, session: str|!> -> str
5252
#Use this function to print the content of a variable.
5353
PRINT<!|txt: str|!> -> str
5454

55-
#Dialog with user. Applicable scenarios: When you need user to supplement task information, or when you think it is necessary to tell the current results to user.
55+
#Dialog with user. Applicable scenarios: When you need user to supplement task information, or when you think it is necessary to tell the current results to user. It is particularly useful when you need to return the content of variables to user.
5656
RESPOND<!|message: str|!> -> str
5757

5858
Function Call Example

ailice/prompts/prompt_coderproxy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ agentType: A string used to specify the type of AI agent. It can be of the follo
5454
agentName: The name of the AI agent instance. Create a new one if not found.
5555
msg: message need to be told to the agent. The agent cannot see content other than msg. Please provide complete content in msg. You can use extended Markdown syntax to convey multimodal contents in msg. It's better to use triple quotes for this parameter.
5656

57-
#Dialog with user. Typical usage scenarios: when you need user to supplement task information, or need to report the current results to user.
57+
#Dialog with user. Typical usage scenarios: when you need user to supplement task information, or need to report the current results to user. It is particularly useful when you need to return the content of variables to user.
5858
RESPOND<!|message: str|!> -> str
5959

6060
#Store previous markdown code blocks as variables for later reference. Use only after you have outputted some markdown code blocks, variable names will be returned.

ailice/prompts/prompt_researcher.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ QUERY<!|keywords: str|!> -> str
6363
#Use this function to print the content of a variable.
6464
PRINT<!|txt: str|!> -> str
6565

66-
#Dialog with user. Applicable scenarios: When you need user to supplement task information, or when you think it is necessary to report the current results to user.
66+
#Dialog with user. Applicable scenarios: When you need user to supplement task information, or when you think it is necessary to report the current results to user. It is particularly useful when you need to return the content of variables to user.
6767
RESPOND<!|message: str|!> -> str
6868

6969
#The following list of functions is automatically retrieved and may be helpful for your current task, but it could also be entirely unrelated. Please use discretion.

0 commit comments

Comments
 (0)