Member Junction
    Preparing search index...

    A single artifact tool invocation requested by the LLM.

    interface ArtifactToolCall {
        artifactId: string;
        input: Record<string, unknown>;
        tool: string;
    }
    Index

    Properties

    Properties

    artifactId: string

    Alpha-sequence artifact ID assigned at run start (A, B, ... Z, AA, AB, etc.)

    input: Record<string, unknown>

    Tool-specific input parameters

    tool: string

    Tool name from the documented tool list