Skip to content

Commit

Permalink
core: retriever_tool fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchi authored Dec 24, 2024
1 parent c04c85d commit 458d538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/langchain_core/tools/retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ def create_retriever_tool(
func=func,
coroutine=afunc,
args_schema=RetrieverInput,
response_format=response_format
response_format=response_format,
)

0 comments on commit 458d538

Please sign in to comment.