claudius-chat-widget
    Preparing search index...

    Interface PluginReply

    A synthesized assistant reply, produced by a plugin instead of (or in recovery from) a network round-trip. Passed to BeforeSendContext.respondWith and ErrorContext.respondWith.

    interface PluginReply {
        content: string;
        sources?: Source[];
    }
    Index

    Properties

    Properties

    content: string

    The assistant reply text to render.

    sources?: Source[]

    Optional sources to attach to the synthesized reply.