This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
[Feedback] OpenWeatherMap API and timestamps conversion #346
Labels
AI-related
Issue is related to use of AI in our BE
API Provider/Prompt used
Feedback
I'd like to get weather data and one annoying thing about OpenWeatherMap's API is that they use Unix timestamps, so I asked Edgar whether it could do the post-processing on the response... and it delivered! Somewhat.
I've manually adjusted the generated profile to provide descriptions for fields. It's clear the CLI attempted to handle timestamps conversion, but failed terribly. Notably, it fetches the same data twice and attempts at conversion in the second case. Note also the attempt to include API key in the first fetch, despite of being included in the provider definition.
You can find the input profile, provider JSON, and generated map (without modifications) in this gist: https://gist.github.com/jnv/7ff937322d05b5d3c70642fccaa272ec
The text was updated successfully, but these errors were encountered: