AutoBE
    Preparing search index...

    Interface IAutoBePlaygroundSwaggerChatbotRpcService

    interface IAutoBePlaygroundSwaggerChatbotRpcService {
        conversate(content: string): Promise<IHistory[]>;
        getEvents(): Promise<IEvent[]>;
        getHistories(): Promise<IHistory[]>;
        getTokenUsage(): Promise<
            IAutoBePlaygroundSwaggerChatbotSession.ITokenUsage,
        >;
    }
    Index

    Methods