Fix TypeScript errors and export UserMessageWithAttachments
- Export UserMessageWithAttachments type from web-ui index - Remove unused i18n import from extract-document tool - Update models.generated.ts (model order changes from API) This fixes type errors when sitegeist uses custom user message renderer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { html, i18n } from "@mariozechner/mini-lit";
|
||||
import { html } from "@mariozechner/mini-lit";
|
||||
import type { AgentTool, ToolResultMessage } from "@mariozechner/pi-ai";
|
||||
import { type Static, Type } from "@sinclair/typebox";
|
||||
import { createRef, ref } from "lit/directives/ref.js";
|
||||
|
||||
Reference in New Issue
Block a user