Skip to content

Commit fe5b681

Browse files
fix: passing dict[str, str]
1 parent ca73329 commit fe5b681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/quivr_core/brain/brain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ async def ask_streaming(
584584
system_prompt=system_prompt or None,
585585
history=chat_history,
586586
list_files=list_files,
587-
metadata=metadata,
587+
metadata=metadata.model_dump(),
588588
**input_kwargs,
589589
):
590590
# Format output to be correct servicedf;j

0 commit comments

Comments
 (0)