Notebook Nit (#3125)

The required arg is `question` not `query`
fix_agent_callbacks
Zander Chase 1 year ago committed by GitHub
parent 364257d967
commit 8a050ba4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@
"from pydantic import BaseModel, Field\n",
"\n",
"class CalculatorInput(BaseModel):\n",
" query: str = Field(description=\"should be a math expression\")\n",
" question: str = Field()\n",
" \n",
"\n",
"tools.append(\n",

Loading…
Cancel
Save