ISPO SDK
    Preparing search index...

    Interface RemoteCodingSessionCreateInput

    Markdown
    interface RemoteCodingSessionCreateInput {
        expectedSourceRevision?: string;
        idempotencyKey: string;
        modelId?: string;
        prompt: string;
        providerId: string;
        targetId: string;
        workItemId: string;
    }
    Index
    expectedSourceRevision?: string

    Optional optimistic assertion against the local committed HEAD.

    idempotencyKey: string
    modelId?: string
    prompt: string
    providerId: string
    targetId: string
    workItemId: string