Files
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

22 lines
497 B
JSON

{
"schema": 1,
"description": "Summarizes the conversation.",
"execution_settings": {
"default": {
"max_tokens": 4000,
"temperature": 0.3
}
},
"input_variables": [
{
"name": "input",
"description": "The user's request.",
"default": ""
},
{
"name": "history",
"description": "The history of the conversation.",
"default": ""
}
]
}