Type Alias UiPromptPiaResponseStreamedPayload

UiPromptPiaResponseStreamedPayload: {
    chunk: string;
    id: string;
    partial_response: string;
}

Type declaration

  • chunk: string

    Current chunk of the response

  • id: string

    Unique identifier of this prompt

  • partial_response: string

    PIA response so far