Semantic Kernel Activity roudtrips when executing workflow but I cant get it to set the result in the workflow context.

This commit is contained in:
Ryan Sweet
2023-07-10 18:34:46 -07:00
parent 11a200a0d5
commit 75283b3f70
8 changed files with 49 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
internal static class PromptDefaults {
public const string SystemPrompt = @"You are fulfilling roles on a software development team.
Provide a response to the following prompt, do not provide any additional output.";
public const string UserPrompt = @"Let's build a ToDoList Application!";
}