Files
microsoft--semantic-kernel/python/samples/learn_resources/plugins/OrchestratorPlugin/GetIntent/config.json
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

30 lines
733 B
JSON

{
"schema": 1,
"description": "Gets the intent of the user.",
"execution_settings": {
"default": {
"max_tokens": 200,
"temperature": 0.5,
"top_p": 0.0,
"presence_penalty": 0.0,
"frequency_penalty": 0.0
}
},
"input_variables": [
{
"name": "input",
"description": "The user's request.",
"default": ""
},
{
"name": "history",
"description": "The history of the conversation.",
"default": ""
},
{
"name": "options",
"description": "The options to choose from.",
"default": ""
}
]
}