mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 13:27:36 +00:00
docs: updated incorrect datatype for custom tool notebook (#31498)
- **Description:** `"string"` is given as the `"type"` for a custom tool argument, even though it is an `integer`. This can be validated from the Colab notebook output. - **Issue:** N/A - **Dependencies:** N/A - **Twitter handle:** [mrityu___](https://x.com/mrityu___) Current:  After Change:  Colab Output: 
This commit is contained in:
parent
43bee469ce
commit
dea43436ea
@ -141,7 +141,7 @@
|
||||
"{'description': 'Multiply a by the maximum of b.',\n",
|
||||
" 'properties': {'a': {'description': 'scale factor',\n",
|
||||
" 'title': 'A',\n",
|
||||
" 'type': 'string'},\n",
|
||||
" 'type': 'integer'},\n",
|
||||
" 'b': {'description': 'list of ints over which to take maximum',\n",
|
||||
" 'items': {'type': 'integer'},\n",
|
||||
" 'title': 'B',\n",
|
||||
|
Loading…
Reference in New Issue
Block a user