Interface ConversationContext

interface ConversationContext {
    appConfig: AppConfig;
    conversationId: string;
    isNewConversation: boolean;
    otel: {
        traceId: string;
    };
    requestId: string;
}

Properties

appConfig: AppConfig
conversationId: string
isNewConversation: boolean
otel: {
    traceId: string;
}

Type declaration

  • traceId: string
requestId: string