Files
microsoft--semantic-kernel/prompt_template_samples/WriterPlugin/AcronymGenerator/config.json
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

16 lines
382 B
JSON

{
"schema": 1,
"description": "Given a request to generate an acronym from a string, generate an acronym and provide the acronym explanation.",
"execution_settings": {
"default": {
"max_tokens": 256,
"temperature": 0.7,
"top_p": 1.0,
"presence_penalty": 0.0,
"frequency_penalty": 0.0,
"stop_sequences": [
"#"
]
}
}
}