How do I interpret a variable that exists in JSON data?
json
But the history_prompt variable isn't being interpreted.
6 Replies
Anyone ?
you will need to do it yourself using get_variable, we only do it for top-level fields
What do you mean by get_variable
depends on language you use, but in python, ts, go and rust there are clients. For example python - https://www.windmill.dev/docs/advanced/clients/python_client#usage
These clients expose certain functions/methods with
get_variable
being one of those (I hope the name is self-explanatory)I use typescript in my case
there is ts client