mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
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:
7
Elsa.SemanticKernel/Config/PromptDefaults.cs
Normal file
7
Elsa.SemanticKernel/Config/PromptDefaults.cs
Normal 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!";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user