smoltalk
    Preparing search index...

    Type Alias ToolLoopDetection

    type ToolLoopDetection = {
        enabled: boolean;
        excludeTools?: string[];
        intervention?:
            | "remove-tool"
            | "remove-all-tools"
            | "throw-error"
            | "halt-execution";
        maxCalls: number;
    }
    Index

    Properties

    enabled: boolean
    excludeTools?: string[]
    intervention?:
        | "remove-tool"
        | "remove-all-tools"
        | "throw-error"
        | "halt-execution"
    maxCalls: number