mac: bundle web chat assets

This commit is contained in:
Peter Steinberger
2025-12-06 05:01:28 +01:00
parent 15cdeeddaf
commit 42d843297d
315 changed files with 16618 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
import "@mariozechner/mini-lit/dist/CodeBlock.js";
import type { ToolResultMessage } from "@mariozechner/pi-ai";
import "../../components/ConsoleBlock.js";
import type { ToolRenderer, ToolRenderResult } from "../types.js";
import type { ArtifactsPanel, ArtifactsParams } from "./artifacts.js";
export declare class ArtifactsToolRenderer implements ToolRenderer<ArtifactsParams, undefined> {
artifactsPanel?: ArtifactsPanel | undefined;
constructor(artifactsPanel?: ArtifactsPanel | undefined);
render(params: ArtifactsParams | undefined, result: ToolResultMessage<undefined> | undefined, isStreaming?: boolean): ToolRenderResult;
}
//# sourceMappingURL=artifacts-tool-renderer.d.ts.map