feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
24
third_party/zeroclaw/tests/fixtures/traces/smoke_greeting.json
vendored
Normal file
24
third_party/zeroclaw/tests/fixtures/traces/smoke_greeting.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"model_name": "test-smoke-greeting",
|
||||
"turns": [
|
||||
{
|
||||
"user_input": "Hello, how are you?",
|
||||
"steps": [
|
||||
{
|
||||
"response": {
|
||||
"type": "text",
|
||||
"content": "Hello! I'm doing well, thank you for asking. How can I help you today?",
|
||||
"input_tokens": 20,
|
||||
"output_tokens": 15
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"expects": {
|
||||
"response_contains": ["Hello"],
|
||||
"response_not_contains": ["error", "ERROR"],
|
||||
"tools_used": [],
|
||||
"max_tool_calls": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user