Type alias AITextResponse<T>

AITextResponse<T>: {
    prompt: string;
    sessionId?: string;
    value(): T;
}

Type Parameters

  • T

Type declaration