Dynamic-Function-Calling-Agent / constrained_results.json
jlov7's picture
feat: 100% success rate deployment ready - core files only for Spaces
57c0a52
{
"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
}