Amateur confusion with making an api call… The RAW format works… the JSON doesn’t. Is there an obvious reason? Thanks.
hmm I think these two are different? In raw, you have "input": { "prompt": ...}
but in Json, you have "prompt"
as a top-level field
How would I do this properly? Set input as the top level field but then how do I set the ‘prompt’ field.
The “Json” format for now only supports top level fields. You can use “Raw”, but still embed data read from the context by clicking on the green bubble
OK. Got it. Thanks for the help.