mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-09 15:44:04 +00:00
cli[patch]: ruff 0.5 (#23833)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Develop integration packages for LangChain.
|
||||
"""
|
||||
|
||||
import re
|
||||
import shutil
|
||||
import subprocess
|
||||
@@ -154,7 +155,8 @@ def create_doc(
|
||||
str,
|
||||
typer.Option(
|
||||
help=(
|
||||
"The type of component. Currently only 'ChatModel', 'DocumentLoader' supported."
|
||||
"The type of component. Currently only 'ChatModel', 'DocumentLoader' "
|
||||
"supported."
|
||||
),
|
||||
),
|
||||
] = "ChatModel",
|
||||
|
Reference in New Issue
Block a user