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/community/langchain_community/chat_models
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
..
__init__.py community[patch]: Add unit test to verify that init is correctly defined (#22030) 4 months ago
anthropic.py
anyscale.py
azure_openai.py infra: rm unused # noqa violations (#22049) 4 months ago
azureml_endpoint.py infra: rm unused # noqa violations (#22049) 4 months ago
baichuan.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
baidu_qianfan_endpoint.py community[patch]: Standardize qianfan model init args name (#22322) 4 months ago
bedrock.py
cohere.py
coze.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
dappier.py
databricks.py community[patch]: Update documentation string in databricks chat model (#21915) 4 months ago
deepinfra.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
edenai.py community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
ernie.py
everlyai.py
fake.py
fireworks.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
friendli.py
gigachat.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
google_palm.py
gpt_router.py
huggingface.py community[patch]: deprecate all HF classes (#22444) 4 months ago
human.py
hunyuan.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
javelin_ai_gateway.py community[patch]: standardize init args, update for javelin sdk release. (#21980) 4 months ago
jinachat.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
kinetica.py
konko.py
litellm.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
litellm_router.py
llama_edge.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
maritalk.py
meta.py
minimax.py community[minor]: Implement MiniMaxChat interface (#22391) 4 months ago
mlflow.py community[patch]: Fix ChatDatabricsk in case that streaming response doesn't have role field in delta chunk (#21897) 4 months ago
mlflow_ai_gateway.py
mlx.py
moonshot.py
octoai.py
ollama.py community: add standard chat model params to Ollama (#22446) 4 months ago
openai.py Standardized openai init params (#21739) 4 months ago
pai_eas_endpoint.py
perplexity.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
premai.py communty[patch]: Native RAG Support in Prem AI langchain (#22238) 4 months ago
promptlayer_openai.py
solar.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
sparkllm.py community[patch]: Update the default “API URL” and “MODEL” of sparkllm (#22070) 4 months ago
tongyi.py community[patch]: Update tongyi.py to support MultimodalConversation in dashscope. (#21249) 4 months ago
vertexai.py
volcengine_maas.py
yandex.py
yuan2.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
zhipuai.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago