fix: native function calling system prompt duplication

This commit is contained in:
Timothy Jaeryang Baek
2026-01-08 23:08:47 +04:00
parent 7aee9c4783
commit 9223efaff0
4 changed files with 15 additions and 4 deletions

View File

@@ -3410,6 +3410,7 @@ async def process_chat_response(
request,
new_form_data,
user,
bypass_system_prompt=True,
)
if isinstance(res, StreamingResponse):
@@ -3589,6 +3590,7 @@ async def process_chat_response(
request,
new_form_data,
user,
bypass_system_prompt=True,
)
if isinstance(res, StreamingResponse):