mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 02:04:05 +00:00
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:
parent
f8b98f7dac
commit
4079bced36
3 changed files with 48 additions and 48 deletions
|
|
@ -18,7 +18,7 @@ export { Input } from "./components/Input.js";
|
|||
export { MessageEditor } from "./components/MessageEditor.js";
|
||||
export { MessageList } from "./components/MessageList.js";
|
||||
// Message components
|
||||
export type { AppMessage, CustomMessages } from "./components/Messages.js";
|
||||
export type { AppMessage, CustomMessages, UserMessageWithAttachments } from "./components/Messages.js";
|
||||
export { AssistantMessage, ToolMessage, UserMessage } from "./components/Messages.js";
|
||||
// Message renderer registry
|
||||
export {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue