@midscene/core 0.24.1-beta-20250729081015.0 → 0.24.1-beta-20250729125203.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/ai-model.d.ts +3 -3
- package/dist/es/ai-model.js +1 -1
- package/dist/es/{chunk-SI7ZG3EP.js → chunk-JPRE6FJC.js} +9 -6
- package/dist/es/chunk-JPRE6FJC.js.map +1 -0
- package/dist/es/{chunk-GPQNKTL4.js → chunk-TV47VKQ7.js} +8 -61
- package/dist/es/chunk-TV47VKQ7.js.map +1 -0
- package/dist/es/index.d.ts +4 -4
- package/dist/es/index.js +4 -12
- package/dist/es/index.js.map +1 -1
- package/dist/es/{llm-planning-7d13d5ff.d.ts → llm-planning-3407bd42.d.ts} +1 -2
- package/dist/es/{types-8d202846.d.ts → types-4d9c9a85.d.ts} +0 -4
- package/dist/es/utils.d.ts +1 -1
- package/dist/es/utils.js +1 -1
- package/dist/lib/ai-model.d.ts +3 -3
- package/dist/lib/ai-model.js +2 -2
- package/dist/lib/{chunk-SI7ZG3EP.js → chunk-JPRE6FJC.js} +7 -4
- package/dist/lib/chunk-JPRE6FJC.js.map +1 -0
- package/dist/lib/{chunk-GPQNKTL4.js → chunk-TV47VKQ7.js} +8 -61
- package/dist/lib/chunk-TV47VKQ7.js.map +1 -0
- package/dist/lib/index.d.ts +4 -4
- package/dist/lib/index.js +13 -21
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/{llm-planning-7d13d5ff.d.ts → llm-planning-3407bd42.d.ts} +1 -2
- package/dist/{types/types-8d202846.d.ts → lib/types-4d9c9a85.d.ts} +0 -4
- package/dist/lib/utils.d.ts +1 -1
- package/dist/lib/utils.js +2 -2
- package/dist/types/ai-model.d.ts +3 -3
- package/dist/types/index.d.ts +4 -4
- package/dist/types/{llm-planning-7d13d5ff.d.ts → llm-planning-3407bd42.d.ts} +1 -2
- package/dist/{lib/types-8d202846.d.ts → types/types-4d9c9a85.d.ts} +0 -4
- package/dist/types/utils.d.ts +1 -1
- package/package.json +4 -4
- package/dist/es/chunk-GPQNKTL4.js.map +0 -1
- package/dist/es/chunk-SI7ZG3EP.js.map +0 -1
- package/dist/lib/chunk-GPQNKTL4.js.map +0 -1
- package/dist/lib/chunk-SI7ZG3EP.js.map +0 -1
package/dist/es/ai-model.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ay as StreamingCallback, m as AIUsageInfo, ax as StreamingCodeGenerationOptions, aA as StreamingAIResponse, V as PlanningAction, j as MidsceneYamlFlowItem } from './types-
|
|
1
|
+
import { ay as StreamingCallback, m as AIUsageInfo, ax as StreamingCodeGenerationOptions, aA as StreamingAIResponse, V as PlanningAction, j as MidsceneYamlFlowItem } from './types-4d9c9a85.js';
|
|
2
2
|
import OpenAI from 'openai';
|
|
3
3
|
import { ChatCompletionMessageParam } from 'openai/resources';
|
|
4
4
|
export { ChatCompletionMessageParam } from 'openai/resources';
|
|
5
|
-
import { b as AIActionType } from './llm-planning-
|
|
6
|
-
export { a as AiAssert, f as AiExtractElementInfo, A as AiLocateElement, g as AiLocateSection, h as adaptBboxToRect, c as callAiFn, d as describeUserPage, e as elementByPositionWithElementInfo, p as plan } from './llm-planning-
|
|
5
|
+
import { b as AIActionType } from './llm-planning-3407bd42.js';
|
|
6
|
+
export { a as AiAssert, f as AiExtractElementInfo, A as AiLocateElement, g as AiLocateSection, h as adaptBboxToRect, c as callAiFn, d as describeUserPage, e as elementByPositionWithElementInfo, p as plan } from './llm-planning-3407bd42.js';
|
|
7
7
|
import { vlLocateMode } from '@midscene/shared/env';
|
|
8
8
|
import { actionParser } from '@ui-tars/action-parser';
|
|
9
9
|
import { Size } from '@midscene/shared/types';
|