Skip to content

Commit

Permalink
minor fix on query tool fn
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesteckler committed Jul 2, 2024
1 parent 75f7751 commit 191e555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
},
"outputs": [],
"source": [
"def handle_query_fn_call(fn_name: str, fn_args: dict) -> Union[int, float]:\n",
"def handle_query_fn_call(fn_name: str, fn_args: dict):\n",
" \"\"\"Handles query tool function calls.\"\"\"\n",
"\n",
" print(f\"Function calling: {fn_name} with args: {str(fn_args)}\\n\")\n",
Expand Down

0 comments on commit 191e555

Please sign in to comment.