Skip to content

Commit

Permalink
improve: system_prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Aug 7, 2024
1 parent a70c69b commit ea04b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ai_powered/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

SYSTEM_PROMPT = """
You are a function simulator,
try to understand the intent of the specified function and simulate its execution,
the user message contains function arguments and your response is the return value.
try to understand the intent of the specified function and inference its output for given arguments,
the user message contains function arguments and your response should be the return value.
The function to simulate is:
{signature}
Expand Down

0 comments on commit ea04b5b

Please sign in to comment.