langchain.js
    Preparing search index...
    interface StoredPostgresMessageData {
        additional_kwargs?: Record<string, unknown>;
        content: string;
        name: undefined | string;
        role: undefined | string;
        tool_call_id: undefined | string;
        type: string;
    }
    Index

    Properties

    additional_kwargs?: Record<string, unknown>
    content: string
    name: undefined | string
    role: undefined | string
    tool_call_id: undefined | string
    type: string