diff --git a/docs/docs/how_to/custom_tools.ipynb b/docs/docs/how_to/custom_tools.ipynb index 8046b7b00e4..e9a50a72e11 100644 --- a/docs/docs/how_to/custom_tools.ipynb +++ b/docs/docs/how_to/custom_tools.ipynb @@ -162,7 +162,7 @@ "\n", "@tool\n", "def multiply_by_max(\n", - " a: Annotated[str, \"scale factor\"],\n", + " a: Annotated[int, \"scale factor\"],\n", " b: Annotated[List[int], \"list of ints over which to take maximum\"],\n", ") -> int:\n", " \"\"\"Multiply a by the maximum of b.\"\"\"\n",