featherbit UI
    Preparing search index...

    Interface TurnHooks

    interface TurnHooks {
        confirm(call: ToolCall): Promise<boolean>;
        onThread(thread: Thread): void;
    }
    Index
    • Write-tool gate: resolve true to run, false to decline.

      Parameters

      Returns Promise<boolean>

    • Called after every thread mutation, streaming deltas included.

      Parameters

      Returns void