ParallelGadgetHintOptions
Defined in: agent/hints.ts:84
Options for parallel gadget usage hint.
Properties
Section titled “Properties”enabled?
Section titled “enabled?”
optionalenabled:boolean
Defined in: agent/hints.ts:102
Whether to enable this hint.
Default
Section titled “Default”truemessage?
Section titled “message?”
optionalmessage:string
Defined in: agent/hints.ts:96
Custom message when single gadget detected.
Default
Section titled “Default”DEFAULT_HINTS.parallelGadgetsHintminGadgetsForEfficiency?
Section titled “minGadgetsForEfficiency?”
optionalminGadgetsForEfficiency:number
Defined in: agent/hints.ts:90
Minimum number of gadget calls to consider “efficient”. If response has fewer calls, hint will suggest parallelization.
Default
Section titled “Default”2