Skip to content

Commit fb45477

Browse files
authored
Update push_api.md
1 parent cda2a90 commit fb45477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/explorer/Explorer_API/Uploading_Traces/push_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `PushTracesRequest` class holds the request data for a trace upload request.
2222

2323
##### `messages` <span class='type'>List[List[Dict]]</span> <span class='required'/>
2424

25-
The list of messages or events to be uploaded.
25+
This represents the traces in a dataset. Each `List[Dict]` is a single trace within the dataset. Each `dict` is a single message within a trace - these can represet a user prompt, a tool call, a tool output, etc.
2626

2727
Must be in the [required trace format](../2_traces.md). Must not be empty.
2828

@@ -196,4 +196,4 @@ The response object from the Invariant API.
196196
metadata=metadata,
197197
dataset="dataset_name"
198198
)
199-
```
199+
```

0 commit comments

Comments
 (0)