fix: harden Gmail hook model defaults (#472) (thanks @koala73)
This commit is contained in:
@@ -265,6 +265,10 @@ export type HooksGmailConfig = {
|
||||
mode?: HooksGmailTailscaleMode;
|
||||
path?: string;
|
||||
};
|
||||
/** Optional model override for Gmail hook processing (provider/model or alias). */
|
||||
model?: string;
|
||||
/** Optional thinking level override for Gmail hook processing. */
|
||||
thinking?: "off" | "minimal" | "low" | "medium" | "high";
|
||||
};
|
||||
|
||||
export type HooksConfig = {
|
||||
|
||||
Reference in New Issue
Block a user