Format Worker prompt. Multi variable Problem #3785
Unanswered
umangkalavadiya
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.
-
Suppose I want to create a story based on 2 variables in it.
I have formatted prompt values and attached {{question}} to the title, and {{char}} to the Main character in the worker prompt.
I have enabled the override config and promptValues under the Worker.
This is my payload:
{ "question": "Heaven in the shell", "overrideConfig": { "promptValues":{ "char": "Krishna the god" } } }
I am getting some random story without the main character inclusion. How to resolve this.
Beta Was this translation helpful? Give feedback.
All reactions