-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I m new to prompty. i created a prompt template and ran it on a local server. I have 3 parameters, there default value is set.
When I run the server, opens up the chat UI, and from the settings i see a drop down to select, which out of all parameters will come from the user input via Chat. I select one, and start chatting.. but I did not see prompt picking up the new input and behaving accordingly.
Its still picking up the default value.
Steps to reproduce
Create a prompt template
Place more than one parameters
set some default values of the parameters
deploy it in local for chat interface
Select one parameters from the chat settings.
Enter user query on the chat
Expected behavior
The prompt will get updated and act according to the parameter provided by the user
Actual behavior
Prompt is still picking up the default value
Your environment
Window 11
python 3.11