Properties of a GrokXAIConfig.

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

Implemented by

Properties

model?: string

GrokXAIConfig model

secretNameApiKey?: string

GrokXAIConfig secretNameApiKey

temperature?: number

GrokXAIConfig temperature

userPrompt?: string

GrokXAIConfig userPrompt