chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { BackgroundTask } from "../../features/background-agent";
|
||||
import type { BackgroundOutputClient } from "./clients";
|
||||
export declare function formatFullSession(task: BackgroundTask, client: BackgroundOutputClient, options: {
|
||||
includeThinking: boolean;
|
||||
messageLimit?: number;
|
||||
sinceMessageId?: string;
|
||||
includeToolResults: boolean;
|
||||
thinkingMaxChars?: number;
|
||||
}): Promise<string>;
|
||||
Reference in New Issue
Block a user