Pass data collected from various sources to code tool in normal flow too

This commit is contained in:
Debanjum Singh Solanky
2024-10-10 05:19:27 -07:00
parent f462d34547
commit 1b13d069f5

View File

@@ -954,7 +954,9 @@ async def chat(
## Gather Code Results
if ConversationCommand.Code in conversation_commands:
try:
previous_iteration_history = ""
previous_iteration_history = (
f"# Iteration 1:\n#---\nNotes:\n{compiled_references}\n\nOnline Results:{online_results}"
)
async for result in run_code(
defiltered_query,
meta_log,