We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4744b38 commit ca96a15Copy full SHA for ca96a15
1 file changed
tests/anthropic-request.test.ts
@@ -1,8 +1,7 @@
1
import { describe, test, expect } from "bun:test"
2
import { z } from "zod"
3
4
-import type { AnthropicMessagesPayload, AnthropicTool } from "~/routes/messages/anthropic-types"
5
-import { isTypedTool } from "../src/routes/messages/anthropic-types"
+import { isTypedTool, type AnthropicMessagesPayload, type AnthropicTool } from "~/routes/messages/anthropic-types"
6
7
import { translateToOpenAI } from "../src/routes/messages/non-stream-translation"
8
0 commit comments