Anchorage API reference
    Preparing search index...

    Interface ScheduleSourceAgentTarget

    interface ScheduleSourceAgentTarget {
        agentId: string;
        attributes?: Record<string, unknown>;
        ifActive?: unknown;
        ifIdle?: unknown;
        prompt: string;
        providerOptions?: Record<string, unknown>;
        requestContext?: Record<string, unknown>;
        resourceId?: string;
        signalType?: string;
        tagName?: string;
        threadId?: string;
        type: "agent";
    }
    Index

    Properties

    agentId: string
    attributes?: Record<string, unknown>
    ifActive?: unknown
    ifIdle?: unknown
    prompt: string
    providerOptions?: Record<string, unknown>
    requestContext?: Record<string, unknown>
    resourceId?: string
    signalType?: string
    tagName?: string
    threadId?: string
    type: "agent"