Skip to content

Commit 55db1a6

Browse files
committed
Fix import for constant
1 parent dba4f73 commit 55db1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai-bot/lib/matrix.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { logger } from '@cardstack/runtime-common';
33
import { OpenAIError } from 'openai/error';
44
import * as Sentry from '@sentry/node';
55
import { FunctionToolCall } from '@cardstack/runtime-common/helpers/ai';
6-
import { APP_BOXEL_COMMAND_MSGTYPE } from '../helpers';
6+
import { APP_BOXEL_COMMAND_MSGTYPE } from '@cardstack/runtime-common/matrix-constants';
77

88
let log = logger('ai-bot');
99

0 commit comments

Comments
 (0)