mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-24 22:54:46 +08:00
feat: enable podcast
This commit is contained in:
@@ -6,7 +6,13 @@ export type MessageRole = "user" | "assistant" | "tool";
|
||||
export interface Message {
|
||||
id: string;
|
||||
threadId: string;
|
||||
agent?: "coordinator" | "planner" | "researcher" | "coder" | "reporter";
|
||||
agent?:
|
||||
| "coordinator"
|
||||
| "planner"
|
||||
| "researcher"
|
||||
| "coder"
|
||||
| "reporter"
|
||||
| "podcast";
|
||||
role: MessageRole;
|
||||
isStreaming?: boolean;
|
||||
content: string;
|
||||
|
||||
Reference in New Issue
Block a user