Skip to content

Commit 2a6839a

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 9396b44 commit 2a6839a

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
@@ -51,7 +51,7 @@ 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

5353
const string PublisherInstructions = @"
54-
You are the content publisher ,run code to save the tutorial's draft content as a Markdown file. Saved file's name is marked with current date and time, such as yearmonthdayhourminsec. Note that if it is 1-9, you need to add 0, such as 20240101123045.md.
54+
You are the content publisher who runs code to save the tutorial's draft content as a Markdown file. Saved file's name is marked with current date and time, such as yearmonthdayhourminsec. Note that if it is 1-9, you need to add 0, such as 20240101123045.md.
5555
";
5656

5757
// Sample content outline for tutorial generation

0 commit comments

Comments
 (0)