This commit is contained in:
Chester Curme
2025-01-17 10:02:18 -05:00
parent cc397b1629
commit e7aaf21121
+1
View File
@@ -1617,6 +1617,7 @@
" \"birthday\": verified_birthday,\n",
" \"messages\": [ToolMessage(response, tool_call_id=tool_call_id)],\n",
" }\n",
" # We return a Command object in the tool to update our state.\n",
" return Command(update=state_update)"
]
},