Interface ChatSessionContext

interface ChatSessionContext {
    model: ChatModel;
    request?: ChatRequestModel;
}

Hierarchy

  • AIVariableContext
    • ChatSessionContext

Properties

Properties

model: ChatModel