You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
KyrianC 03178ee74f
community[minor]: Add tools calls to `ChatEdenAI` (#22320)
### Description  
Add tools implementation to `ChatEdenAI`:
- `bind_tools()`
- `with_structured_output()`

### Documentation 
Updated `docs/docs/integrations/chat/edenai.ipynb`

### Notes
We don´t support stream with tools as of yet. If stream is called with
tools we directly yield the whole message from `generate` (implemented
the same way as Anthropic did).
4 months ago
..
cli docs, cli[patch]: chat model template nit (#22294) 4 months ago
community community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
core core[patch]: bump langsmith (#22476) 4 months ago
experimental experimental[patch]: Fix graph_transformers llms #21482 (#22417) 4 months ago
langchain langchain[patch]: Fix MongoDBAtlasVectorSearch reference in self query retriever (#22401) 4 months ago
partners huggingface[patch]: Support for HuggingFacePipeline in ChatHuggingFace. (#22194) 4 months ago
standard-tests core, partners: add token usage attribute to AIMessage (#21944) 4 months ago
text-splitters text-splitters[patch]: fix HTMLSectionSplitter parsing of xslt paths (#22176) 4 months ago