Chatoyant - v0.2.1
    Preparing search index...

    Interface ChatJSON

    Serialized Chat state.

    interface ChatJSON {
        model: string;
        messages: MessageJSON[];
        config?: Partial<ChatConfig>;
    }
    Index

    Properties

    model: string
    messages: MessageJSON[]
    config?: Partial<ChatConfig>