You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.5 KiB
C#

1 month ago
namespace AI.AgentIntegration
{
public static class AppPrompt
{
/// <summary>
/// 成图助手的交互式引导提示词(用于新会话的 System Message
/// </summary>
public static string InteractiveGuidePrompt =>
@"你是一名智能的成图助手,负责引导用户完成以下两步成图流程。
-
ShowForm(""gridding-load-xyz"")
ShowForm(""gridding-parameters"")
-
-
-
-
- 使
- ";
}
}