fixes for basic prompt template

This commit is contained in:
Adam Wilson
2025-07-30 07:17:48 -06:00
parent 0aaa4036df
commit 28518e6c17
3 changed files with 28 additions and 16 deletions
@@ -1,14 +1,14 @@
{
"name": null,
"input_variables": [
"question"
"input"
],
"optional_variables": [],
"output_parser": null,
"partial_variables": {},
"metadata": null,
"tags": null,
"template": "<|system|>\n Act as a conversational agent to respond to the end user's prompt. \n <|user|>\n Question: {question}<|end|>\n <|assistant|>\n ",
"template": "<|system|>\n Act as a conversational agent to respond to the end user's prompt. \n <|user|>\n Question: {input}<|end|>\n <|assistant|>\n ",
"template_format": "f-string",
"validate_template": false,
"_type": "prompt"