Skip to content

Commit 63d681c

Browse files
alicodingclaude
andcommitted
fix: Export ToolOperationSchema and ToolOperation from models index
- Add ToolOperationSchema to runtime schema exports - Add ToolOperation to type-only exports - Fixes TypeScript test imports in CI/CD Pipeline - Resolves "Cannot read properties of undefined (reading 'safeParse')" error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 056406e commit 63d681c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/core/src/models/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export {
1818
ConversationSchema,
1919
MessageCategorySchema,
2020
MessageGroupSchema,
21+
ToolOperationSchema,
2122

2223
// Enums (runtime constants)
2324
MessageTypeEnum,
@@ -42,6 +43,7 @@ export type {
4243
Conversation,
4344
MessageCategory,
4445
MessageGroup,
46+
ToolOperation,
4547

4648
// Enum types
4749
MessageType,

0 commit comments

Comments
 (0)