fix: plan execute example response state (#303)

This commit is contained in:
Marco Trinelli
2024-04-15 22:43:11 -07:00
committed by GitHub
parent 83df0ac844
commit eb10fe599b
@@ -398,7 +398,7 @@
"\n",
"\n",
"def should_end(state: PlanExecute):\n",
" if state[\"response\"]:\n",
" if \"response\" in state and state[\"response\"]:\n",
" return True\n",
" else:\n",
" return False"