File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments