Interface AgentForkedRef

Fork reference — points back at the original agent when an agent was forked. Mirrors the forked subdocument in the agent schema.

interface AgentForkedRef {
    from?: string;
    created_at?: string | Date;
}

Properties

Properties

from?: string
created_at?: string | Date