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

15 lines
498 B
JSON

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