first commit

This commit is contained in:
2025-03-09 00:30:30 -03:00
parent ab04e3f594
commit d8ec8fdb6a
2 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ The langchain_core.tools library understands the scope of work by associating th
Another interesting point about the langchain_core.tools library is that the service signature attributes are also interpreted, that is, the library itself determines how to forward the request in natural language and define the attributes of the parameters of the service in question. This is already very impressive in itself, as it greatly reduces the implementation burden on integrations. In the traditional integration model, there is time to be spent defining the FROM-TO between the source and destination of these integrations. This is a very reasonable effort. In the Agent AI model, it is through the context that the attributes are passed, that is, the library can determine what each parameter is and pass it to the service in the correct way.
![img.png](img.png)
![img.png](images/img_23.png)
### Test the Code

BIN
images/img_23.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB