InProcessVerifier
Cheap Python-function verifier.
The runner looks up fn_name in a registered verifier-fn map and calls
it with (completion, expected, **params). Sub-millisecond - use this
for tool-call matching, exact-match, boxed-answer parsing.
Attributes
attributefn_namestrattributeexpectedAny= Noneattributeparamsdict= field(default_factory=dict)attributekindLiteral['in_process']= 'in_process'Functions
func__init__(self, fn_name, expected=None, params=dict(), kind='in_process') -> Noneparamselfparamfn_namestrparamexpectedAny= Noneparamparamsdict= dict()paramkindLiteral['in_process']= 'in_process'Returns
None