Skip to content

Commit eeac5fd

Browse files
test: replace manually-written snapshot YAML with auto-generated one
Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>
1 parent e2569eb commit eeac5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/snapshots/session/sendandwait_throws_operationcanceledexception_when_token_cancelled.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ conversations:
77
- role: user
88
content: run the shell command 'sleep 10' (note this works on both bash and PowerShell)
99
- role: assistant
10-
content: I'll run the sleep command for 10 seconds.
10+
content: I'll run the sleep command for you.
1111
- role: assistant
1212
tool_calls:
1313
- id: toolcall_0
@@ -21,4 +21,4 @@ conversations:
2121
type: function
2222
function:
2323
name: ${shell}
24-
arguments: '{"command":"sleep 10","description":"Run sleep 10 command","mode":"sync","initial_wait":15}'
24+
arguments: '{"command":"sleep 10","description":"Execute sleep 10 command","initial_wait":15,"mode":"sync"}'

0 commit comments

Comments
 (0)