Skip to content

Commit ccf93ca

Browse files
authored
chore: remove AIActionType (#79)
1 parent 25a9a68 commit ccf93ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

connectivity-test/tests/connectivity.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { join } from 'node:path';
55
import { localImg2Base64 } from '@midscene/shared/img';
66
import { globalModelConfigManager } from '@midscene/shared/env';
77
import {
8-
AIActionType,
98
callAIWithObjectResponse,
109
} from '@midscene/core/ai-model';
1110
import {
@@ -105,7 +104,6 @@ describe('Use Midscene wrapped OpenAI SDK', () => {
105104
],
106105
},
107106
],
108-
AIActionType.EXTRACT_DATA,
109107
globalModelConfigManager.getModelConfig('default')
110108
);
111109
console.log(result.content.content);

0 commit comments

Comments
 (0)