Skip to content

Commit

Permalink
Fix ACTUAL ANSWER
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrandvd committed Dec 24, 2023
1 parent ecccbbf commit b86e3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skUnit/Asserts/SemanticKernelAssert_Chat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static async Task ScenarioChatSuccessAsync(Kernel kernel, ChatScenario sc
}

var answer = await getAnswerFunc(chatHistory);
Log($"## [## ACTUAL ANSWER");
Log($"## [ACTUAL ANSWER]");
Log(answer);
Log();

Expand Down

0 comments on commit b86e3b0

Please sign in to comment.