Y
Hacker News
new
|
ask
|
show
|
jobs
by
tanishqkanc
1006 days ago
How does the play animation work? Do you get some sort of json blob output? How do you make sure it fits your schema?
1 comments
kmcgraw
1001 days ago
I get it in the form of a Python array that I parse. I try to prompt-engineer to make sure that it is returned in the expected form, but you could probably try to break it with specific inputs.
link