Skip to content

Commit 6018054

Browse files
Generate capture?
1 parent d95b67d commit 6018054

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
models:
2+
- claude-sonnet-4.5
3+
conversations:
4+
- messages:
5+
- role: system
6+
content: ${system}
7+
- role: user
8+
content: Use safe_lookup to look up 'test123'
9+
- role: assistant
10+
content: I'll look up 'test123' for you.
11+
- role: assistant
12+
tool_calls:
13+
- id: toolcall_0
14+
type: function
15+
function:
16+
name: safe_lookup
17+
arguments: '{"id":"test123"}'
18+
- messages:
19+
- role: system
20+
content: ${system}
21+
- role: user
22+
content: Use safe_lookup to look up 'test123'
23+
- role: assistant
24+
content: I'll look up 'test123' for you.
25+
tool_calls:
26+
- id: toolcall_0
27+
type: function
28+
function:
29+
name: safe_lookup
30+
arguments: '{"id":"test123"}'
31+
- role: tool
32+
tool_call_id: toolcall_0
33+
content: "RESULT: test123"
34+
- role: assistant
35+
content: 'The lookup for "test123" returned: RESULT: test123'

0 commit comments

Comments
 (0)