langchain.js
    Preparing search index...

    Type Alias ToolRunnableConfig<ConfigurableFieldType, ContextSchema>

    ToolRunnableConfig: RunnableConfig<ConfigurableFieldType> & {
        context?: ContextSchema;
        toolCall?: ToolCall;
    }

    Type Parameters

    • ConfigurableFieldType extends Record<string, any> = Record<string, any>
    • ContextSchema = any