is it possible to start with a pre-defined chat starter prompt #153
Closed
resolver101757
started this conversation in
General
Replies: 1 comment
-
I'm not sure I follow, but improvements to prompts are what we will focus on the most in the following weeks. Your case seems similar to what we did in the SeriesCharacterChain. For example: """
you are a creative writer and the name of character 1 is {character}.
{{input}}
Story:
""" And then you could say something like "Now write your story." |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see you can start with a template, fewshot and zeroshot prompts which as i understand it requires someone to type into the chat window to start the flow. I want to langflow to start the flow by a pre-defined chat to get the end user started. For example to start the chat off I want to say "you are a creative writer and the name of character 1 is ?" and then it goes onto the next flow.
Is there currently a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions