feat: add script to ContainerInput and task snapshot
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,7 @@ interface ContainerInput {
|
|||||||
isMain: boolean;
|
isMain: boolean;
|
||||||
isScheduledTask?: boolean;
|
isScheduledTask?: boolean;
|
||||||
assistantName?: string;
|
assistantName?: string;
|
||||||
|
script?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ContainerOutput {
|
interface ContainerOutput {
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ export interface ContainerInput {
|
|||||||
isMain: boolean;
|
isMain: boolean;
|
||||||
isScheduledTask?: boolean;
|
isScheduledTask?: boolean;
|
||||||
assistantName?: string;
|
assistantName?: string;
|
||||||
|
script?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ContainerOutput {
|
export interface ContainerOutput {
|
||||||
@@ -649,6 +650,7 @@ export function writeTasksSnapshot(
|
|||||||
id: string;
|
id: string;
|
||||||
groupFolder: string;
|
groupFolder: string;
|
||||||
prompt: string;
|
prompt: string;
|
||||||
|
script?: string | null;
|
||||||
schedule_type: string;
|
schedule_type: string;
|
||||||
schedule_value: string;
|
schedule_value: string;
|
||||||
status: string;
|
status: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user