summaryrefslogtreecommitdiff
path: root/static/cartridges/default.yml
blob: fbf449b76b6fe128ac1663c8c4f4a09d28eae862 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
safety:
  functions:
    sandboxed: true
  tools:
    confirmable: true

interfaces:
  repl:
    output:
      stream: true
      prefix: "\n"
      suffix: "\n"
    prompt:
      - text: '🤖'
      - text: '> '
  eval:
    output:
      stream: true
      suffix: "\n"
  tools:
    confirming:
      suffix: ' [yN] '
      default: 'n'
      yeses: ['y', 'yes']
    executing:
      feedback: false
    responding:
      suffix: "\n\n"
      feedback: true

provider:
  options:
    stream: true
  settings:
    stream: true