Hi,
So I’ve integrated the Open AI API and I’m getting this response:
I want to combine a subset of words from the returned list but I don’t seem to have access to further down than the “words” json variable:
I’ve checked the entire list, and nothing there gives me access to the “text” variable of each word.
When I analyze what “words” is doing I see that it evaluates to a list of texts:
Which it clearly is not and confirmed from when I save it to the database:
Can anyone explain what is happening? Why don’t I get the options of:
- :each item’s text
- :each item’s start
- :each item’s end
- etc
I’m at a loss.
Thanks
Paul