mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 03:52:10 +00:00
core: Add ruff rules ARG (#30732)
See https://docs.astral.sh/ruff/rules/#flake8-unused-arguments-arg
This commit is contained in:
committed by
GitHub
parent
66758599a9
commit
98f0016fc2
@@ -127,6 +127,7 @@ class BasePromptTemplate(
|
||||
"""Return the output type of the prompt."""
|
||||
return Union[StringPromptValue, ChatPromptValueConcrete]
|
||||
|
||||
@override
|
||||
def get_input_schema(
|
||||
self, config: Optional[RunnableConfig] = None
|
||||
) -> type[BaseModel]:
|
||||
|
Reference in New Issue
Block a user