File size: 2,222 Bytes
6639f75 5bcd54b 6639f75 57c0a52 6639f75 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"success_rate": 100.0,
"passed": 6,
"total": 6,
"details": [
{
"schema": "weather_forecast",
"query": "Get 3-day weather for San Francisco in metric units",
"response": "{\"name\": \"get_weather_forecast\", \"arguments\": {\"location\": \"San Francisco\", \"days\": 3, \"units\": \"metric\", \"include_hourly\": false}}",
"success": true,
"error": null
},
{
"schema": "sentiment_analysis",
"query": "Analyze sentiment: The product was excellent and delivery was fast",
"response": "{\"name\": \"analyze_sentiment\", \"arguments\": {\"text\": \"The product was excellent and delivery was fast\", \"language\": \"en\", \"include_emotions\": true, \"confidence_threshold\": 0.8}}",
"success": true,
"error": null
},
{
"schema": "currency_converter",
"query": "Convert 500 USD to EUR with fees included",
"response": "{\"name\": \"convert_currency\", \"arguments\": {\"amount\": 500, \"from_currency\": \"USD\", \"to_currency\": \"EUR\", \"include_fees\": true, \"precision\": 2}}",
"success": true,
"error": null
},
{
"schema": "weather_forecast",
"query": "Give me tomorrow's weather for London with hourly details",
"response": "{\"name\": \"get_weather_forecast\", \"arguments\": {\"location\": \"London\", \"days\": 1, \"units\": \"metric\", \"include_hourly\": true}}",
"success": true,
"error": null
},
{
"schema": "sentiment_analysis",
"query": "Check sentiment for I am frustrated with this service",
"response": "{\"name\": \"analyze_sentiment\", \"arguments\": {\"text\": \"I am frustrated with this service\", \"language\": \"en\", \"include_emotions\": true, \"confidence_threshold\": 0.8}}",
"success": true,
"error": null
},
{
"schema": "currency_converter",
"query": "Convert 250 EUR to CAD using rates from 2023-12-01",
"response": "{\"name\": \"convert_currency\", \"arguments\": {\"amount\": 250, \"from_currency\": \"EUR\", \"to_currency\": \"CAD\", \"include_fees\": false, \"precision\": 2}}",
"success": true,
"error": null
}
],
"timestamp": 1753125803.179281
} |