groq: user agent (#29079)

This commit is contained in:
Erick Friis
2025-01-07 15:21:57 -08:00
committed by GitHub
parent c5bee0a544
commit 539ebd5431
5 changed files with 24 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
from langchain_groq import __all__
EXPECTED_ALL = ["ChatGroq"]
EXPECTED_ALL = ["ChatGroq", "__version__"]
def test_all_imports() -> None: