Merge pull request 'feat(dashboard): show system prompt per role' (#269) from feat/show-system-prompt into main

This commit is contained in:
2026-05-15 01:28:12 +00:00
5 changed files with 28 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ export type WorkflowRoleSchema = Record<string, unknown>;
export type WorkflowRoleDescriptor = {
description: string;
systemPrompt: string;
schema: WorkflowRoleSchema;
};