Skip to content

Commit 43d3bb0

Browse files
authored
chore(omni-agent): update games (#1670)
1 parent a14bf9a commit 43d3bb0

File tree

1 file changed

+3
-3
lines changed
  • multimodal/omni-tars/omni-agent/src

1 file changed

+3
-3
lines changed

multimodal/omni-tars/omni-agent/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ export default class OmniTARSAgent extends ComposableAgent {
7575
},
7676
},
7777
{
78-
title: 'Snake Solver',
78+
title: 'Cubinko',
7979
category: 'Game',
8080
// prompt: `Play this game, reach level 5`,
8181
image:
82-
'https://img.poki-cdn.com/cdn-cgi/image/q=78,scq=50,width=80,height=80,fit=cover,f=auto/e466baf845544ef47e0dfbd60f127071/snake-solver.png',
82+
'https://img.poki-cdn.com/cdn-cgi/image/q=78,scq=50,width=80,height=80,fit=cover,f=auto/894ed059623f65b643795d0e70ed41cd/cubinko.png',
8383
agentOptions: {
8484
agentMode: {
8585
id: 'game',
86-
link: 'https://poki.com/zh/g/snake-solver',
86+
link: 'https://poki.com/zh/g/cubinko',
8787
browserMode: 'hybrid',
8888
},
8989
},

0 commit comments

Comments
 (0)