mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Fix/llm prompt fn converter (#6610)
Co-authored-by: Akim Tsvigun <aktsvigun@nebius.com>
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user