Doc: fix integrations page (#2261)

This commit is contained in:
Dev Khant
2025-02-26 13:18:52 +05:30
committed by GitHub
parent 5660fffa96
commit a236aa2315
4 changed files with 12 additions and 2 deletions

View File

@@ -327,4 +327,10 @@ All tools are implemented as Langchain `StructuredTool` instances, making them c
2. Add the tools to your agent's toolset
3. The agent can now use these tools to manage memories through natural language interactions
Each tool provides structured input validation through Pydantic models and returns consistent responses that can be processed by your agent.
Each tool provides structured input validation through Pydantic models and returns consistent responses that can be processed by your agent.
## Help
In case of any questions, please feel free to reach out to us using one of the following methods:
<Snippet file="get-help.mdx" />