Interface LanguageModelTextResponse

interface LanguageModelTextResponse {
    text: string;
}

Properties

Properties

text: string