Skip to content

Commit e057d6e

Browse files
stephentoubCopilot
andcommitted
Add background agent notification snapshot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dcb7c56 commit e057d6e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

test/snapshots/rpc_tasks_and_handlers/should_start_background_agent_and_report_task_details.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ conversations:
1515
content: Reply with TASK_AGENT_DONE exactly.
1616
- role: assistant
1717
content: TASK_AGENT_DONE
18+
- messages:
19+
- role: system
20+
content: ${system}
21+
- role: user
22+
content: Reply with TASK_AGENT_READY exactly.
23+
- role: assistant
24+
content: TASK_AGENT_READY
25+
- role: user
26+
content: |-
27+
<system_notification>
28+
Agent "sdk-background-agent" (general-purpose) has completed successfully. Use read_agent with agent_id "sdk-background-agent" to retrieve the full results.
29+
</system_notification>
30+
- role: assistant
31+
content: TASK_AGENT_DONE
1832
- messages:
1933
- role: system
2034
content: ${system}

0 commit comments

Comments
 (0)