Bstraehle's workspace
Runs
223
Name
223 visualized
1-20
of 223 - 3 of 100
False
1758883516009
2025-09-26 10:45:16
Real-Time Reasoning Application
Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}-
False
1756373175306
2025-08-28 09:26:15
Real-Time Reasoning Application
Error code: 401 - {'error': {'message': 'Incorrect API key provided: <BringYo**Own>. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}-
Success
evaluation.traceSummaryDict["startTime"]
Timestamp
Input
Output
Chain
Error
Model ID
1
2
3
Real-Time Reasoning Application
20884ms
Click and drag to pan
Real-Time Reasoning Application
20884ms
| Status Message | |
| Result Set 1 | |
| Inputs | |
| prompt | How does current weather in San Francisco and Paris compare in metric and imperial system? Answer in JSON format and include today's date. |
| agent_option | LangChain |
| config | {'model': 'gpt-4o', 'temperature': 0} |
| Outputs | |
| result | ```json
{
"date": "2024-07-17",
"San Francisco": {
"weather": "overcast clouds",
"wind_speed": {
"metric": "3.58 m/s",
"imperial": "8.01 mph"
},
"humidity": "89%",
"temperature": {
"current": {
"metric": "13.39°C",
"imperial": "56.10°F"
},
"high": {
"metric": "14.95°C",
"imperial": "58.91°F"
},
"low": {
"metric": "12.23°C",
"imperial": "54.01°F"
},
"feels_like": {
"metric": "13.11°C",
"imperial": "55.60°F"
}
},
"cloud_cover": "100%"
},
"Paris": {
"weather": "clear sky",
"wind_speed": {
"metric": "2.57 m/s",
"imperial": "5.75 mph"
},
"humidity": "44%",
"temperature": {
"current": {
"metric": "24.22°C",
"imperial": "75.60°F"
},
"high": {
"metric": "25.72°C",
"imperial": "78.30°F"
},
"low": {
"metric": "23.41°C",
"imperial": "74.14°F"
},
"feels_like": {
"metric": "23.85°C",
"imperial": "74.93°F"
}
},
"cloud_cover": "0%"
}
}
``` |
| callback | Tokens Used: 4023
Prompt Tokens: 3064
Completion Tokens: 959
Successful Requests: 5
Total Cost (USD): $0.0 |
| completion | {'input': "How does current weather in San Francisco and Paris compare in metric and imperial system? Answer in JSON format and include today's date.", 'output': '```json\n{\n "date": "2024-07-17",\n "San Francisco": {\n "weather": "overcast clouds",\n "wind_speed": {\n "metric": "3.58 m/s",\n "imperial": "8.01 mph"\n },\n "humidity": "89%",\n "temperature": {\n "current": {\n "metric": "13.39°C",\n "imperial": "56.10°F"\n },\n "high": {\n "metric": "14.95°C",\n "imperial": "58.91°F"\n },\n "low": {\n "metric": "12.23°C",\n "imperial": "54.01°F"\n },\n "feels_like": {\n "metric": "13.11°C",\n "imperial": "55.60°F"\n }\n },\n "cloud_cover": "100%"\n },\n "Paris": {\n "weather": "clear sky",\n "wind_speed": {\n "metric": "2.57 m/s",\n "imperial": "5.75 mph"\n },\n "humidity": "44%",\n "temperature": {\n "current": {\n "metric": "24.22°C",\n "imperial": "75.60°F"\n },\n "high": {\n "metric": "25.72°C",\n "imperial": "78.30°F"\n },\n "low": {\n "metric": "23.41°C",\n "imperial": "74.14°F"\n },\n "feels_like": {\n "metric": "23.85°C",\n "imperial": "74.93°F"\n }\n },\n "cloud_cover": "0%"\n }\n}\n```'} |
| Metadata | |
| Kind | LLM |
| Status | SUCCESS |
| Start Time | Wed Jul 17 2024 12:18:11 GMT+0000 (Coordinated Universal Time) |
| End Time | Wed Jul 17 2024 12:18:32 GMT+0000 (Coordinated Universal Time) |