Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

[Feedback] OpenWeatherMap API and timestamps conversion #346

Open
jnv opened this issue Jul 27, 2023 · 0 comments
Open

[Feedback] OpenWeatherMap API and timestamps conversion #346

jnv opened this issue Jul 27, 2023 · 0 comments
Labels
AI-related Issue is related to use of AI in our BE

Comments

@jnv
Copy link
Contributor

jnv commented Jul 27, 2023

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

@Jakub-Vacek Jakub-Vacek added the AI-related Issue is related to use of AI in our BE label Jul 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AI-related Issue is related to use of AI in our BE
Projects
None yet
Development

No branches or pull requests

2 participants