Skip to content

Commit 6ac231d

Browse files
committed
Fix sentence error
1 parent b0d3814 commit 6ac231d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatRPG/Services/ReActScribeAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public async Task<NarrativeGraph> ScribeNarrativeGraph(byte[] uploadedFile, IPro
6060
if (i + BatchSize >= documents.Count)
6161
{
6262
pages += "\n\nThis is the last page of the document. " +
63-
"Make sure that the graph contains an end node providing the final answer.";
63+
"Make sure that the graph contains an end node before providing the final answer.";
6464
}
6565

6666
var chain = Set(pages, "input") | agent;

0 commit comments

Comments
 (0)