Skip to content

Commit bdaaf05

Browse files
dragon-fishclaude
andcommitted
style(llm): use import type for openai types in copilot provider
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9828c25 commit bdaaf05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/llm/providers/copilot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ClientOptions, OpenAI } from 'openai'
1+
import type { ClientOptions, OpenAI } from 'openai'
22

33
import {
44
ChatCompletionFeatures,

0 commit comments

Comments
 (0)