chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export type TailMonitorState = {
|
||||
currentMessageID?: string;
|
||||
currentHasOutput: boolean;
|
||||
consecutiveNoTextMessages: number;
|
||||
lastCompactedAt?: number;
|
||||
lastRecoveryAt?: number;
|
||||
};
|
||||
export declare function finalizeTrackedAssistantMessage(state: TailMonitorState): number;
|
||||
export declare function shouldTreatAssistantPartAsOutput(part: {
|
||||
type?: string;
|
||||
text?: string;
|
||||
}): boolean;
|
||||
export declare function trackAssistantOutput(state: TailMonitorState, messageID?: string): void;
|
||||
Reference in New Issue
Block a user