Interface IWikiSchema

IWikiSchema

Schema definition for wiki configuration

interface IWikiSchema {
    callbacks?: IWikiCallbacks;
    docDescription?: string;
    wikiName: string;
    getChat(args: IChatArgs): Promise<string>;
}

Properties

callbacks?: IWikiCallbacks

Optional callbacks for wiki operations

docDescription?: string

Optional description of the wiki documentation

wikiName: string

Name identifier for the wiki

Methods

  • Function to get chat response

    Parameters

    • args: IChatArgs

      Arguments for the chat operation

    Returns Promise<string>

    The chat response

MMNEPVFCICPMFPCPTTAAATR