mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 00:23:25 +00:00
docs: minor updates to migration docs (#21819)
Minor aesthetic updates to migration docs
This commit is contained in:
parent
fc644c0e1c
commit
aa648298ae
@ -35,7 +35,10 @@ The following code has been removed:
|
|||||||
|
|
||||||
Behavior was changed for the following code:
|
Behavior was changed for the following code:
|
||||||
|
|
||||||
- `@tool` decorator now assigns the function doc-string as the tool description. Previously, the `@tool` decorator
|
|
||||||
|
### @tool decorator
|
||||||
|
|
||||||
|
`@tool` decorator now assigns the function doc-string as the tool description. Previously, the `@tool` decorator
|
||||||
using to prepend the function signature.
|
using to prepend the function signature.
|
||||||
|
|
||||||
Before 0.2.0:
|
Before 0.2.0:
|
||||||
@ -485,7 +488,7 @@ Removal: 0.3.0
|
|||||||
Alternative: langchain_core.utils.function_calling.convert_to_openai_tool()
|
Alternative: langchain_core.utils.function_calling.convert_to_openai_tool()
|
||||||
|
|
||||||
|
|
||||||
## langchain
|
### langchain
|
||||||
|
|
||||||
|
|
||||||
#### AgentType
|
#### AgentType
|
||||||
|
Loading…
Reference in New Issue
Block a user