library · inferred from evidence
ChatAI21
A LangChain-compatible wrapper for AI21's chat model (Jamba), provided by the langchain_ai21 package.
- AI21 LLM is not Runnable when using via LangChain
A user tried to use AI21's models through LangChain agents by passing an AI21Client instance directly as the llm to load_tools and initialize_agent, and the agent would not run. The problem: AI21Client is the raw API client, not a LangChain