fix(docs): local API reference documentation build (#32271)

ensure all relevant packages are correctly processed - cli wasn't
included, also fix ValueError
This commit is contained in:
Mason Daugherty
2025-07-28 00:50:20 -04:00
committed by GitHub
parent ed682ae62d
commit 12c0e9b7d8
9 changed files with 19 additions and 37 deletions

View File

@@ -1,5 +1,3 @@
"""This package provides the Perplexity integration for LangChain."""
from langchain_perplexity.chat_models import ChatPerplexity
__all__ = ["ChatPerplexity"]