Skip to content

Commit ca96a15

Browse files
committed
fix: consolidate isTypedTool import to use ~/routes path alias consistently
1 parent 4744b38 commit ca96a15

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/anthropic-request.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { describe, test, expect } from "bun:test"
22
import { z } from "zod"
33

4-
import type { AnthropicMessagesPayload, AnthropicTool } from "~/routes/messages/anthropic-types"
5-
import { isTypedTool } from "../src/routes/messages/anthropic-types"
4+
import { isTypedTool, type AnthropicMessagesPayload, type AnthropicTool } from "~/routes/messages/anthropic-types"
65

76
import { translateToOpenAI } from "../src/routes/messages/non-stream-translation"
87

0 commit comments

Comments
 (0)