This commit is contained in:
2026-03-07 14:13:25 -05:00
parent aaed011d9e
commit 91d7e2055f
3 changed files with 13 additions and 23 deletions

View File

@@ -2089,7 +2089,7 @@ def send(
) -> str:
monitor = performance_monitor.get_monitor()
if monitor.enabled: monitor.start_component("ai_client.send")
_append_comms("OUT", "request", {"prompt": user_message, "system": _get_combined_system_prompt()})
_append_comms("OUT", "request", {"message": user_message, "system": _get_combined_system_prompt()})
with _send_lock:
if _provider == "gemini":
res = _send_gemini(