From cf6e693773101b5ac6aea7a4186e7e15ce4508d5 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 6 Sep 2025 15:42:27 -0700 Subject: move all the Kaylee code into a subdirectory this is preparation for merging it into the Pollyana repo Force-Push: yes Change-Id: I155624ba39a0d212c999f38aaf2de2cd62b7aa49 --- src/options.json.tmp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/options.json.tmp (limited to 'src/options.json.tmp') diff --git a/src/options.json.tmp b/src/options.json.tmp new file mode 100644 index 0000000..dfde1e5 --- /dev/null +++ b/src/options.json.tmp @@ -0,0 +1,12 @@ +{ + "commands": { + "hello world": "echo \"hello world\"", + "start a %d minute timer": "(echo {0} minute timer started && sleep {0}m && echo {0} minute timer ended) &" + }, + "continuous": false, + "history": null, + "microphone": null, + "interface": null, + "valid_sentence_command": null, + "invalid_sentence_command": null +} -- cgit 1.4.1