Properties of a LlmTask.

interface ILlmTask {
    grokxai?: null | IGrokXAIConfig;
    groq?: null | IGroqConfig;
    openai?: null | IOpenAIConfig;
}

Implemented by

Properties

grokxai?: null | IGrokXAIConfig

LlmTask grokxai

groq?: null | IGroqConfig

LlmTask groq

openai?: null | IOpenAIConfig

LlmTask openai