chore: import upstream snapshot with attribution
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:21:23 +08:00
commit b957a53def
5423 changed files with 863745 additions and 0 deletions
@@ -0,0 +1,27 @@
{
"schema": 1,
"description": "Check to see if a given list of entities is grounded in a reference context. Any of the items which are not supported by the reference context will be returned as a bulleted list.",
"execution_settings": {
"default": {
"max_tokens": 2048,
"temperature": 0.0,
"top_p": 0.1,
"presence_penalty": 0.0,
"frequency_penalty": 0.0
}
},
"input_variables": [
{
"name": "input",
"description": "The list of entities which are to be checked against the reference context.",
"default": "",
"is_required": true
},
{
"name": "reference_context",
"description": "The reference context to be used to ground the entities. Only those missing from the reference_context will be returned",
"default": "",
"is_required": true
}
]
}