Skip to content

Commit 9833a2e

Browse files
committed
add session name example to header
1 parent 898c2c5 commit 9833a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hub/session-traces-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The **Session Trace Simple Format (STS-Format)** is a [JSONL](https://jsonlines.
77
## 1. Session header (first line)
88

99
```json
10-
{ "type": "session", "harness": "my-agent", "id": "b1a2c3" }
10+
{ "type": "session", "harness": "my-agent", "id": "b1a2c3", "name": "Implementing a new API" }
1111
```
1212

1313
| field | required | notes |

0 commit comments

Comments
 (0)