mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 12:30:22 +00:00
feat(agents): detach video generation completion
This commit is contained in:
@@ -4,7 +4,7 @@ import { InputProvenanceSchema, NonEmptyString, SessionLabelString } from "./pri
|
||||
export const AgentInternalEventSchema = Type.Object(
|
||||
{
|
||||
type: Type.Literal("task_completion"),
|
||||
source: Type.String({ enum: ["subagent", "cron"] }),
|
||||
source: Type.String({ enum: ["subagent", "cron", "video_generation"] }),
|
||||
childSessionKey: Type.String(),
|
||||
childSessionId: Type.Optional(Type.String()),
|
||||
announceType: Type.String(),
|
||||
|
||||
Reference in New Issue
Block a user