Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG fixed
openai_assistant
namespace (#13543)
BUG: langchain.agents.openai_assistant has a reference as `from langchain_experimental.openai_assistant.base import OpenAIAssistantRunnable` should be `from langchain.agents.openai_assistant.base import OpenAIAssistantRunnable` This prevents building of the API Reference docs
- Loading branch information