Parameters for the patchPromptSession operation.

interface PatchPromptSessionParams {
    description?: string;
    headers?: OutgoingHttpHeaders;
    name?: string;
    projectId?: string;
    sessionId: string;
}

Properties

description?: string

An optional description for the prompt.

headers?: OutgoingHttpHeaders
name?: string
projectId?: string

[REQUIRED] Specifies the project ID as the target. One target must be supplied per request.

sessionId: string

Prompt Session ID.