nano-bots 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,10 @@
1
1
  ---
2
+ safety:
3
+ functions:
4
+ sandboxed: true
5
+ tools:
6
+ confirmable: true
7
+
2
8
  interfaces:
3
9
  repl:
4
10
  output:
@@ -12,6 +18,16 @@ interfaces:
12
18
  output:
13
19
  stream: true
14
20
  suffix: "\n"
21
+ tools:
22
+ confirming:
23
+ suffix: ' [yN] '
24
+ default: 'n'
25
+ yeses: ['y', 'yes']
26
+ executing:
27
+ feedback: false
28
+ responding:
29
+ suffix: "\n\n"
30
+ feedback: true
15
31
 
16
32
  provider:
17
33
  settings: