mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 18:03:44 +00:00
Co-authored-by: yinghaosang <yinghaosang@users.noreply.github.com>
This commit is contained in:
@@ -63,6 +63,8 @@ export type CronPayload =
|
||||
message: string;
|
||||
/** Optional model override (provider/model or alias). */
|
||||
model?: string;
|
||||
/** Optional per-job fallback models; overrides agent/global fallbacks when defined. */
|
||||
fallbacks?: string[];
|
||||
thinking?: string;
|
||||
timeoutSeconds?: number;
|
||||
allowUnsafeExternalContent?: boolean;
|
||||
@@ -78,6 +80,7 @@ export type CronPayloadPatch =
|
||||
kind: "agentTurn";
|
||||
message?: string;
|
||||
model?: string;
|
||||
fallbacks?: string[];
|
||||
thinking?: string;
|
||||
timeoutSeconds?: number;
|
||||
allowUnsafeExternalContent?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user