╭───────────────────── Turn 0 ─────────────────────╮
│ [System] You are a helpful coding assistant.     │
│ [User] Please read the config file.              │
│ [Assistant] I will read the config file for you. │
│                                                  │
╰──────────────────────────────────────────────────╯
╭──────────────────────── Turn 1 ─────────────────────────╮
│ [User] What does it contain?                            │
│ [Assistant] The config file contains database settings. │
│   [Tool: read_file]                                     │
│     args: {                                             │
│   "path": "config.yaml"                                 │
│ }                                                       │
│     result: database:                                   │
│   host: localhost                                       │
│   port: 5432                                            │
│                                                         │
╰─────────────────────────────────────────────────────────╯
╭───────────────── Turn 2 ──────────────────╮
│ [User] Now write a summary to output.txt. │
│ [Assistant] Done! I wrote the summary.    │
│   [Tool: read_file]                       │
│     args: {                               │
│   "path": "config.yaml"                   │
│ }                                         │
│     result: database:                     │
│   host: localhost                         │
│   port: 5432                              │
│   [Tool: write_file]                      │
│     args: {                               │
│   "path": "output.txt",                   │
│   "content": "Summary of config."         │
│ }                                         │
│     result: OK                            │
│                                           │
╰───────────────────────────────────────────╯
