Properties of a GrokXAIConfig.

interface IGrokXAIConfig {
    model?: null | string;
    secretNameApiKey?: null | string;
    temperature?: null | number;
    userPrompt?: null | string;
}

Implemented by

Properties

model?: null | string

GrokXAIConfig model

secretNameApiKey?: null | string

GrokXAIConfig secretNameApiKey

temperature?: null | number

GrokXAIConfig temperature

userPrompt?: null | string

GrokXAIConfig userPrompt