mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
chore(vscode): format AssistantMessage import
This commit is contained in:
@@ -9,7 +9,13 @@
|
||||
|
||||
import { Component, For, Show, createMemo, type JSX } from "solid-js"
|
||||
import { Dynamic } from "solid-js/web"
|
||||
import { Part, PART_MAPPING, ToolRegistry, ToolApprovalProvider, resolveToolApproval } from "@kilocode/kilo-ui/message-part"
|
||||
import {
|
||||
Part,
|
||||
PART_MAPPING,
|
||||
ToolRegistry,
|
||||
ToolApprovalProvider,
|
||||
resolveToolApproval,
|
||||
} from "@kilocode/kilo-ui/message-part"
|
||||
import type { MessageFeedbackControls } from "@kilocode/kilo-ui/message-part"
|
||||
import type {
|
||||
AssistantMessage as SDKAssistantMessage,
|
||||
|
||||
Reference in New Issue
Block a user