mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
fix(cli): include model and thinking fields in cron edit patch type
This commit is contained in:
@@ -37,7 +37,7 @@ const { registerCronCli } = await import("./cron-cli.js");
|
||||
|
||||
type CronUpdatePatch = {
|
||||
patch?: {
|
||||
payload?: { message?: string };
|
||||
payload?: { message?: string; model?: string; thinking?: string };
|
||||
delivery?: { mode?: string; channel?: string; to?: string; bestEffort?: boolean };
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user