@juki-team/commons - v0.1.10
    Preparing search index...

    Interface ChatCompletionsWebSocketEventDTO

    interface ChatCompletionsWebSocketEventDTO {
        chatAiId: string;
        clientId: `${string & { length: 24 }}|${string}`;
        content: string;
        event: CHAT_COMPLETIONS;
    }

    Hierarchy

    • WebsocketMessage
      • ChatCompletionsWebSocketEventDTO
    Index

    Properties

    chatAiId: string
    clientId: `${string & { length: 24 }}|${string}`
    content: string