@conciergus/chat - v0.3.1
    Preparing search index...

    Type Alias MessageWithAgent<TAgent>

    MessageWithAgent: ConversationMessage & { agentInfo?: TAgent }

    Message with specific agent type

    Type Parameters