How to organaze the data transport #4357
Unanswered
Alonmaster
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to organize the extraction of coordinate data from the AI's response.
The AI provides a JSON-like structure inside its text response in the following format:
{ "city": "city name", "longitude": "longitude value", "latitude": "latitude value" }
However, the AI sends this JSON inside a normal text message, not as a structured object.
My goal is to:
Could you please guide me on the best way to organize this process?
Specifically:
Beta Was this translation helpful? Give feedback.
All reactions