feat: load question expansion prompts from yaml
This commit is contained in:
@@ -34,6 +34,8 @@ type runtimePromptsConfig struct {
|
||||
JSONOutputExampleHeading string `yaml:"json_output_example_heading"`
|
||||
AnalyzeOutputExample string `yaml:"analyze_output_example"`
|
||||
AnalyzeFallbackPromptTemplate string `yaml:"analyze_fallback_prompt_template"`
|
||||
QuestionDistillPromptTemplate string `yaml:"question_distill_prompt_template"`
|
||||
QuestionCombinationFillPromptTemplate string `yaml:"question_combination_fill_prompt_template"`
|
||||
TitleCustomOutputRequirementsSection string `yaml:"title_custom_output_requirements_section"`
|
||||
TitleOutputExample string `yaml:"title_output_example"`
|
||||
TitleFallbackPromptTemplate string `yaml:"title_fallback_prompt_template"`
|
||||
|
||||
Reference in New Issue
Block a user