fix: tiny fix in cot retreiver
This commit is contained in:
parent
8c7b309199
commit
58071288ec
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ class GraphCompletionCotRetriever(GraphCompletionRetriever):
|
||||||
|
|
||||||
for batched_query, batched_query_state in query_state_tracker.items():
|
for batched_query, batched_query_state in query_state_tracker.items():
|
||||||
followup_args = {
|
followup_args = {
|
||||||
"query": query,
|
"query": batched_query,
|
||||||
"answer": batched_query_state.answer_text,
|
"answer": batched_query_state.answer_text,
|
||||||
"reasoning": batched_query_state.reasoning,
|
"reasoning": batched_query_state.reasoning,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue