@valon-technologies/gestalt
    Preparing search index...

    Interface ToolExecutionOptions

    Options for recording provider-owned tool execution.

    interface ToolExecutionOptions {
        toolName: string;
        toolCallId?: string;
        toolType?: string;
    }
    Index

    Properties

    toolName: string
    toolCallId?: string
    toolType?: string