fixed chat tests

This commit is contained in:
Evan Lohn
2025-01-24 11:42:40 -08:00
parent ddbfc65ad0
commit db2004542e
8 changed files with 77 additions and 48 deletions

View File

@ -766,6 +766,8 @@ def stream_chat_message_objects(
raw_user_uploaded_files=latest_query_files or [],
single_message_history=single_message_history,
)
prompt_builder.update_system_prompt(default_build_system_message(prompt_config))
agent_search_config = AgentSearchConfig(
search_request=search_request,
primary_llm=llm,