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

    Interface AgentInvocationOptions

    Options for recording provider-owned agent turn execution.

    interface AgentInvocationOptions {
        agentName: string;
        sessionId: string;
        turnId: string;
        model: string;
    }
    Index

    Properties

    agentName: string
    sessionId: string
    turnId: string
    model: string