Interface: PreUserMessageHookOptions
Makaio Framework / hooks / PreUserMessageHookOptions
Interface: PreUserMessageHookOptions
Section titled “Interface: PreUserMessageHookOptions”Defined in: ../../../packages/hooks/src/types/hook-options.ts:21
Extends
Section titled “Extends”BaseHookOptions
Properties
Section titled “Properties”historyDepth?
Section titled “historyDepth?”
optionalhistoryDepth?:number
Defined in: ../../../packages/hooks/src/types/hook-options.ts:25
Number of recent turns to include (default: 5)
optionalname?:string
Defined in: ../../../packages/hooks/src/types/hook-options.ts:23
Hook name for error attribution (default: ‘anonymous’)
priority?
Section titled “priority?”
optionalpriority?:number
Defined in: ../../../packages/hooks/src/types/hook-options.ts:9
Handler priority. Higher runs first. Default: 0
Inherited from
Section titled “Inherited from”BaseHookOptions.priority