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