Neutrome SDK reference
    Preparing search index...

    Type Alias ToolsExecutorOptions

    Options accepted by createToolsExecutor.

    type ToolsExecutorOptions = {
        maxIterations?: number;
    }
    Index
    maxIterations?: number

    Maximum tool round trips before the loop gives up. Defaults to 10.