Return action screenshots from get task endpoint as well (#149)

This commit is contained in:
Kerem Yilmaz
2024-04-02 15:01:46 -07:00
committed by GitHub
parent 69c458bd7c
commit 999eda9b5d
2 changed files with 23 additions and 1 deletions

View File

@@ -787,7 +787,7 @@ class ForgeAgent(Agent):
if recording_artifact:
recording_url = await app.ARTIFACT_MANAGER.get_share_link(recording_artifact)
# get the artifact of the last screenshot and get the screenshot_url
# get the artifact of the last TASK_RESPONSE_ACTION_SCREENSHOT_COUNT screenshots and get the screenshot_url
latest_action_screenshot_artifacts = await app.DATABASE.get_latest_n_artifacts(
task_id=task.task_id,
organization_id=task.organization_id,