style: fix formatting issues

This commit is contained in:
CREDO23 2026-01-27 13:49:46 +02:00
parent 3c40c6e365
commit c65cda24d7
7 changed files with 39 additions and 28 deletions

View file

@ -41,12 +41,12 @@ import { useMessagesElectric } from "@/hooks/use-messages-electric";
// import { WriteTodosToolUI } from "@/components/tool-ui/write-todos";
import { getBearerToken } from "@/lib/auth-utils";
import { createAttachmentAdapter, extractAttachmentContent } from "@/lib/chat/attachment-adapter";
import { convertToThreadMessage } from "@/lib/chat/message-utils";
import {
isPodcastGenerating,
looksLikePodcastRequest,
setActivePodcastTaskId,
} from "@/lib/chat/podcast-state";
import { convertToThreadMessage } from "@/lib/chat/message-utils";
import {
appendMessage,
type ChatVisibility,
@ -111,7 +111,6 @@ function extractMentionedDocuments(content: unknown): MentionedDocumentInfo[] {
return [];
}
/**
* Tools that should render custom UI in the chat.
*/