Files
llmsecops-research/infrastructure/prompt_templates/openelm-3b-instruct.01-basic.json
Adam Wilson 82c987404b templates
2025-08-16 16:00:35 -06:00

15 lines
464 B
JSON

{
"name": null,
"input_variables": [
"input"
],
"optional_variables": [],
"output_parser": null,
"partial_variables": {},
"metadata": null,
"tags": null,
"template": "\n Act as a conversational agent to respond to the end user's prompt.\n ### Instruction: \n {input}\n ### Response: ",
"template_format": "f-string",
"validate_template": false,
"_type": "prompt"
}