Skip to content

Commit e1684bb

Browse files
tombeckenhamclaude
andcommitted
fix(ai): drop unused ChatMiddlewarePhase import after merge
Surfaced by tsc after merging origin/main (the eslint-config 0.4.0 bump in #607 strengthens unused-import detection). The type is re-exported elsewhere and not referenced inside this file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 50bdd5d commit e1684bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/typescript/ai/src/activities/chat

packages/typescript/ai/src/activities/chat/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ import type {
5555
ChatMiddleware,
5656
ChatMiddlewareConfig,
5757
ChatMiddlewareContext,
58-
ChatMiddlewarePhase,
5958
StructuredOutputMiddlewareConfig,
6059
} from './middleware/types'
6160
import type { SystemPrompt } from '../../system-prompts'

0 commit comments

Comments
 (0)