Spaces:
Running
Running
remove TEMPLATE_TOOL
Browse files- src/tools/index.ts +0 -19
src/tools/index.ts
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
import SPEAK_TOOL from "./speak.js?raw";
|
2 |
-
import GET_LOCATION_TOOL from "./get_location.js?raw";
|
3 |
-
import SLEEP_TOOL from "./sleep.js?raw";
|
4 |
-
import GET_TIME_TOOL from "./get_time.js?raw";
|
5 |
-
import RANDOM_NUMBER_TOOL from "./random_number.js?raw";
|
6 |
-
import MATH_EVAL_TOOL from "./math_eval.js?raw";
|
7 |
-
import TEMPLATE_TOOL from "./template.js?raw";
|
8 |
-
import OPEN_WEBPAGE_TOOL from "./open_webpage.js?raw";
|
9 |
-
|
10 |
-
export const DEFAULT_TOOLS = {
|
11 |
-
speak: SPEAK_TOOL,
|
12 |
-
get_location: GET_LOCATION_TOOL,
|
13 |
-
sleep: SLEEP_TOOL,
|
14 |
-
get_time: GET_TIME_TOOL,
|
15 |
-
random_number: RANDOM_NUMBER_TOOL,
|
16 |
-
math_eval: MATH_EVAL_TOOL,
|
17 |
-
open_webpage: OPEN_WEBPAGE_TOOL,
|
18 |
-
};
|
19 |
-
export const TEMPLATE = TEMPLATE_TOOL;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|