Update incorrect docstring - "uri" to "relative_path"

This commit is contained in:
hunteraraujo
2023-10-06 13:42:28 -07:00
parent abf88fe509
commit a615eda205

View File

@@ -189,7 +189,7 @@ async def get_agent_task(request: Request, task_id: str) -> Task:
"artifact_id": "7a49f31c-f9c6-4346-a22c-e32bc5af4d8e",
"file_name": "output.txt",
"agent_created": true,
"uri": "file://50da533e-3904-4401-8a07-c49adf88b5eb/output.txt"
"relative_path": "file://50da533e-3904-4401-8a07-c49adf88b5eb/output.txt"
}
],
"steps": [
@@ -207,7 +207,7 @@ async def get_agent_task(request: Request, task_id: str) -> Task:
"artifact_id": "7a49f31c-f9c6-4346-a22c-e32bc5af4d8e",
"file_name": "output.txt",
"agent_created": true,
"uri": "file://50da533e-3904-4401-8a07-c49adf88b5eb/output.txt"
"relative_path": "file://50da533e-3904-4401-8a07-c49adf88b5eb/output.txt"
}
],
"is_last": true