                       Tool Summary                       
┏━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Tool Name  ┃ Calls ┃ Details                           ┃
┡━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ read_file  │     3 │                                   │
│            │       │   args: {                         │
│            │       │   "path": "config.yaml"           │
│            │       │ }                                 │
│            │       │   result: database:               │
│            │       │   host: localhost                 │
│            │       │   port: 5432                      │
│            │       │                                   │
│            │       │   args: {                         │
│            │       │   "path": "config.yaml"           │
│            │       │ }                                 │
│            │       │   result: database:               │
│            │       │   host: localhost                 │
│            │       │   port: 5432                      │
│            │       │                                   │
│            │       │   args: {                         │
│            │       │   "path": "README.md"             │
│            │       │ }                                 │
│            │       │   result: # Project README        │
│            │       │ Welcome to the project.           │
│ write_file │     1 │                                   │
│            │       │   args: {                         │
│            │       │   "path": "output.txt",           │
│            │       │   "content": "Summary of config." │
│            │       │ }                                 │
│            │       │   result: OK                      │
└────────────┴───────┴───────────────────────────────────┘
