Merge pull request 'feat(dashboard): show system prompt per role' (#269) from feat/show-system-prompt into main
This commit is contained in:
@@ -24,6 +24,7 @@ export type WorkflowRoleSchema = Record<string, unknown>;
|
||||
|
||||
export type WorkflowRoleDescriptor = {
|
||||
description: string;
|
||||
systemPrompt: string;
|
||||
schema: WorkflowRoleSchema;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user