mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
feat: allow hook model overrides
This commit is contained in:
@@ -216,6 +216,8 @@ export type HookMappingConfig = {
|
||||
| "signal"
|
||||
| "imessage";
|
||||
to?: string;
|
||||
/** Override model for this hook (provider/model or alias). */
|
||||
model?: string;
|
||||
thinking?: string;
|
||||
timeoutSeconds?: number;
|
||||
transform?: HookMappingTransform;
|
||||
|
||||
Reference in New Issue
Block a user