PromptWizard icon indicating copy to clipboard operation
PromptWizard copied to clipboard

Optimizing Dynamic Prompts

Open Anchaliya75 opened this issue 2 months ago • 0 comments

Description

Can we optimize prompts which are Dynamic i.e Prompts contains variables An example Prompt can be

""" You are an AI chatbot you must never answer/ respond to off-topic categories given here {{off-topics-list}} Description of each off-topic is also there in the list {{off-topic-description}}. Generate response based on given {{query}} """

Can we optimize these kind of prompts. Are there any checks which will ensure that llm doesn't change any of these variables?

Anchaliya75 avatar Dec 19 '24 07:12 Anchaliya75