Type alias TextResponse

TextResponse: {
    embedModelUsage?: TokenUsage;
    modelUsage?: TokenUsage;
    remoteId?: string;
    results: readonly TextResponseResult[];
    sessionId?: string;
}

Type declaration