Fix/llm prompt fn converter (#6610)

Co-authored-by: Akim Tsvigun <aktsvigun@nebius.com>
This commit is contained in:
Akim Tsvigun
2025-02-04 21:24:31 +01:00
committed by GitHub
parent 240d1c972c
commit be7007bcca
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ Reminder:
- Only call one function at a time
- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after.
- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls
</IMPORTANT>
"""
STOP_WORDS = ['</function']