fix: fix session tests
This commit is contained in:
parent
d180e2aeae
commit
3820988cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -171,11 +171,11 @@ class GraphCompletionCotRetriever(GraphCompletionRetriever):
|
|||
async def get_completion(
|
||||
self,
|
||||
query: Optional[str] = None,
|
||||
query_batch: Optional[List[str]] = None,
|
||||
context: Optional[List[Edge]] = None,
|
||||
session_id: Optional[str] = None,
|
||||
max_iter=4,
|
||||
response_model: Type = str,
|
||||
query_batch: Optional[List[str]] = None,
|
||||
) -> List[Any]:
|
||||
"""
|
||||
Generate completion responses based on a user query and contextual information.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue