Skip to content

Commit 4be7047

Browse files
correct description
1 parent 1cf03d3 commit 4be7047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/plugins/chat_with_data_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def replace_marker(match):
171171
async def get_chart_data(
172172
self,
173173
question: Annotated[str, "the current question"],
174-
last_rag_response: Annotated[str, "the previous question and its response (Excluded citation and markers)"]
174+
last_rag_response: Annotated[str, "the previous question and its response (excluding citations and markers)"]
175175
):
176176
query = "Current question: " + question + ", Last RAG response: " + last_rag_response
177177
query = query.strip()

0 commit comments

Comments
 (0)