BaseMatcherConfig
Shared configuration for built-in value matchers.
Example
Section titled “Example”const config: BaseMatcherConfig = { requireAll: true, allowExtras: false,};Properties
Section titled “Properties”allowExtras?
Section titled “allowExtras?”
optionalallowExtras?:boolean
Allow actual output/tool calls to contain extra fields or calls.
debug?
Section titled “debug?”
optionaldebug?:boolean
Emit matcher debug details to the console.
requireAll?
Section titled “requireAll?”
optionalrequireAll?:boolean
Require every expected field or tool to match.