Skip to content

Commit 2c1fb5f

Browse files
committed
mention other agents
1 parent f511b1c commit 2c1fb5f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demo/main.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const Gleap = window.Gleap;
22

3-
Gleap.setFrameUrl("http://0.0.0.0:3001");
4-
Gleap.setApiUrl("http://0.0.0.0:9000");
5-
Gleap.setWSApiUrl("ws://0.0.0.0:9000");
3+
Gleap.setFrameUrl('http://0.0.0.0:3001');
4+
Gleap.setApiUrl('http://0.0.0.0:9000');
5+
Gleap.setWSApiUrl('ws://0.0.0.0:9000');
66

77
//Gleap.disableQueryParams(true);
88

9-
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
9+
Gleap.initialize('ody3fTXIIbWfipYNLCeCxJBizXVVaX9J');
1010

11-
Gleap.on("tool-execution", (tool) => {
12-
console.log(tool);
13-
});
11+
Gleap.on('tool-execution', (tool) => {
12+
console.log(tool);
13+
});

0 commit comments

Comments
 (0)