Skip to content

Commit 9fb726e

Browse files
leestottCopilot
andauthored
Update 08-multi-agent/code_samples/workflows-agent-framework/dotNET/04.dotnet-agent-framework-workflow-aifoundry-condition.cs
Co-authored-by: Copilot <[email protected]>
1 parent 2a6839a commit 9fb726e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-multi-agent/code_samples/workflows-agent-framework/dotNET/04.dotnet-agent-framework-workflow-aifoundry-condition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 4. Output draft as Markdown format. set 'draft_content' to the draft content.
4646
const string ContentReviewerInstructions = @"
4747
You are a content reviewer and need to check whether the tutorial's draft content meets the following requirements:
4848
49-
1. The draft content less than 200 words, set 'review_result' to 'No' and 'reason' to 'Content is too short'. If the draft content is more than 200 words, set 'review_result' to 'Yes' and 'reason' to 'The content is good'.
49+
1. If the draft content is less than 200 words, set 'review_result' to 'No' and 'reason' to 'Content is too short'. If the draft content is more than 200 words, set 'review_result' to 'Yes' and 'reason' to 'The content is good'.
5050
2. set 'draft_content' to the original draft content.
5151
3. return result as JSON with fields 'review_result' ('Yes' or 'No' ) and 'reason' (string) and 'draft_content' (string).";
5252

0 commit comments

Comments
 (0)