Skip to content

Commit 3867b0d

Browse files
authored
fix(core): ui-tars KeyboardPress Action params (#1745)
1 parent 3a2efd7 commit 3867b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/ai-model/ui-tars-planning.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export async function uiTarsPlanning(
222222
transformActions.push({
223223
type: 'KeyboardPress',
224224
param: {
225-
keyName: keys,
225+
keyName: keys.join('+'),
226226
},
227227
thought: action.thought || '',
228228
});

0 commit comments

Comments
 (0)