style: fix import order in pi-embedded-utils.test.ts
This commit is contained in:
committed by
Peter Steinberger
parent
350f956f2c
commit
1eb924739b
@@ -1,6 +1,6 @@
|
|||||||
|
import type { AssistantMessage } from "@mariozechner/pi-ai";
|
||||||
import { describe, expect, it } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
import { extractAssistantText } from "./pi-embedded-utils.js";
|
import { extractAssistantText } from "./pi-embedded-utils.js";
|
||||||
import type { AssistantMessage } from "@mariozechner/pi-ai";
|
|
||||||
|
|
||||||
describe("extractAssistantText", () => {
|
describe("extractAssistantText", () => {
|
||||||
it("strips Minimax tool invocation XML from text", () => {
|
it("strips Minimax tool invocation XML from text", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user