mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-20 21:54:31 +01:00
Update incorrect docstring - "uri" to "relative_path"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user