mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-30 01:19:34 +00:00
37 lines
868 B
JSON
37 lines
868 B
JSON
{
|
|
"model_name": "test-routine-manual-create",
|
|
"expects": {
|
|
"tools_used": ["routine_create"],
|
|
"all_tools_succeeded": true,
|
|
"min_responses": 1
|
|
},
|
|
"steps": [
|
|
{
|
|
"response": {
|
|
"type": "tool_calls",
|
|
"tool_calls": [
|
|
{
|
|
"id": "call_rc_manual_1",
|
|
"name": "routine_create",
|
|
"arguments": {
|
|
"name": "manual-triage",
|
|
"trigger_type": "manual",
|
|
"prompt": "Summarize the latest bug reports when this routine is fired."
|
|
}
|
|
}
|
|
],
|
|
"input_tokens": 90,
|
|
"output_tokens": 22
|
|
}
|
|
},
|
|
{
|
|
"response": {
|
|
"type": "text",
|
|
"content": "Created the manual-triage routine. It will only run when explicitly fired.",
|
|
"input_tokens": 140,
|
|
"output_tokens": 18
|
|
}
|
|
}
|
|
]
|
|
}
|