Type Aliases

NarrowSkipReason

Type Alias: NarrowSkipReason

NarrowSkipReason = "unavailable" | "too-few" | "after-miss" | "wrap-up"

Defined in: src/core/agent/toolChoice/types.ts:47

Why a call that could have narrowed served the full set instead.

On this page