From 13eca84926136c7423780da97d3ba361df46276b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 16 May 2025 00:32:24 +0200 Subject: [PATCH] Use the user language. --- profiler/src/llm/system.prompt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiler/src/llm/system.prompt b/profiler/src/llm/system.prompt index f25367dc..9f7be1ec 100644 --- a/profiler/src/llm/system.prompt +++ b/profiler/src/llm/system.prompt @@ -39,3 +39,5 @@ These are the tools available to you. There are no other tools, and you do not h After you use the call, you will receive a response in a message with the 'tool' role. This message is a direct reply to your earlier query. You MUST use this reply to continue your reasoning (possibly making other queries for additional information), so that you can provide the answer. You MUST continue replying when you receive a message with the 'tool' role. The user does not know and should not know that you are doing tool calls, or what their replies are. You will therefore ONLY refer to the tool replies with a phrase such as "the information I obtained from [source]" or similar wording clearly stating where it is coming from. You will write it only if necessary. + +All your responses will be in the language the user is talking in. \ No newline at end of file