mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
docs: standard tests to markdown, load templates from files (#28603)
This commit is contained in:
@@ -19,6 +19,6 @@ class Test__ModuleName__Retriever(RetrieversIntegrationTests):
|
||||
@property
|
||||
def retriever_query_example(self) -> str:
|
||||
"""
|
||||
Returns a dictionary representing the "args" of an example retriever call.
|
||||
Returns a str representing the "query" of an example retriever call.
|
||||
"""
|
||||
return "example query"
|
||||
|
Reference in New Issue
Block a user