docs: standard tests to markdown, load templates from files (#28603)

This commit is contained in:
Erick Friis
2024-12-06 17:37:21 -08:00
committed by GitHub
parent 9b848491c8
commit dd0085a9ff
4 changed files with 408 additions and 619 deletions

View File

@@ -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"