chore: include pre-built dist for github install
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { AutoCompactState } from "./types";
|
||||
import type { Client } from "./client";
|
||||
export declare function fixEmptyMessages(params: {
|
||||
sessionID: string;
|
||||
autoCompactState: AutoCompactState;
|
||||
client: Client;
|
||||
messageIndex?: number;
|
||||
}): Promise<boolean>;
|
||||
Reference in New Issue
Block a user