We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898c2c5 commit 9833a2eCopy full SHA for 9833a2e
1 file changed
docs/hub/session-traces-format.md
@@ -7,7 +7,7 @@ The **Session Trace Simple Format (STS-Format)** is a [JSONL](https://jsonlines.
7
## 1. Session header (first line)
8
9
```json
10
-{ "type": "session", "harness": "my-agent", "id": "b1a2c3" }
+{ "type": "session", "harness": "my-agent", "id": "b1a2c3", "name": "Implementing a new API" }
11
```
12
13
| field | required | notes |
0 commit comments