Skip to content

Commit 9f1d26e

Browse files
authored
Merge pull request #20 from Future-House/fix-task-response-verbose-table
fix task response verbose table
2 parents 27fa8a5 + eac8609 commit 9f1d26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ print(task_response.environment_frame)
224224
In that case, a `TaskResponseVerbose` will have the following fields:
225225

226226
| Field | Type | Description |
227-
| ----------------- | ---- | ---------------------------------------------------------------------------------------------------------------------- | --- |
227+
| ----------------- | ---- | ---------------------------------------------------------------------------------------------------------------------- |
228228
| agent_state | dict | Large object with all agent states during the progress of your task. |
229229
| environment_frame | dict | Large nested object with all environment data, for PQA environments it includes contexts, paper metadata, and answers. |
230-
| metadata | dict | Extra metadata about your query. | |
230+
| metadata | dict | Extra metadata about your query. |
231231

232232
## Task Continuation
233233

0 commit comments

Comments
 (0)