@midscene/core 0.25.4-beta-20250811115904.0 → 0.26.1
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-SR67R2OE.js → chunk-4CBFCRNS.js} +3 -3
- package/dist/es/{chunk-NY6RQSGJ.js → chunk-I5LBWOQA.js} +254 -243
- package/dist/es/chunk-I5LBWOQA.js.map +1 -0
- package/dist/es/index.d.ts +4 -4
- package/dist/es/index.js +2 -2
- package/dist/es/{llm-planning-374b74b8.d.ts → llm-planning-92cec090.d.ts} +1 -2
- package/dist/es/{types-16cd9f75.d.ts → types-b4a208c6.d.ts} +1 -10
- 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-SR67R2OE.js → chunk-4CBFCRNS.js} +3 -3
- package/dist/lib/{chunk-NY6RQSGJ.js → chunk-I5LBWOQA.js} +243 -232
- package/dist/lib/chunk-I5LBWOQA.js.map +1 -0
- package/dist/lib/index.d.ts +4 -4
- package/dist/lib/index.js +12 -12
- package/dist/lib/{llm-planning-374b74b8.d.ts → llm-planning-92cec090.d.ts} +1 -2
- package/dist/{types/types-16cd9f75.d.ts → lib/types-b4a208c6.d.ts} +1 -10
- 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-374b74b8.d.ts → llm-planning-92cec090.d.ts} +1 -2
- package/dist/{lib/types-16cd9f75.d.ts → types/types-b4a208c6.d.ts} +1 -10
- package/dist/types/utils.d.ts +1 -1
- package/package.json +3 -3
- package/dist/es/chunk-NY6RQSGJ.js.map +0 -1
- package/dist/lib/chunk-NY6RQSGJ.js.map +0 -1
- /package/dist/es/{chunk-SR67R2OE.js.map → chunk-4CBFCRNS.js.map} +0 -0
- /package/dist/lib/{chunk-SR67R2OE.js.map → chunk-4CBFCRNS.js.map} +0 -0
package/dist/es/ai-model.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { aD as StreamingCallback, A as AIUsageInfo, aC as StreamingCodeGenerationOptions, aF as StreamingAIResponse, Y as PlanningAction, m as MidsceneYamlFlowItem } from './types-
|
|
1
|
+
import { aD as StreamingCallback, A as AIUsageInfo, aC as StreamingCodeGenerationOptions, aF as StreamingAIResponse, Y as PlanningAction, m as MidsceneYamlFlowItem } from './types-b4a208c6.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, e as AIArgs } from './llm-planning-
|
|
6
|
-
export { a as AiAssert, g as AiExtractElementInfo, A as AiLocateElement, h as AiLocateSection, i as adaptBboxToRect, c as callAiFn, d as describeUserPage, f as elementByPositionWithElementInfo, p as plan } from './llm-planning-
|
|
5
|
+
import { b as AIActionType, e as AIArgs } from './llm-planning-92cec090.js';
|
|
6
|
+
export { a as AiAssert, g as AiExtractElementInfo, A as AiLocateElement, h as AiLocateSection, i as adaptBboxToRect, c as callAiFn, d as describeUserPage, f as elementByPositionWithElementInfo, p as plan } from './llm-planning-92cec090.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';
|