Type Aliases

ToolGatePredicate

Type Alias: ToolGatePredicate

ToolGatePredicate = (toolName, ctx) => boolean

Defined in: src/tool-providers/types.ts:143

Predicate for gatedTools — runs per tool, per iteration.

Parameters

toolName

string

ctx

ToolDispatchContext

Returns

boolean

On this page