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": "Remove a list of ungrounded entities from a given text in a coherent manner. Returns the input text without the ungrounded entities in the list",
"execution_settings": {
"default": {
"max_tokens": 1024,
"temperature": 0.1,
"top_p": 0.1,
"presence_penalty": 0.0,
"frequency_penalty": 0.0
}
},
"input_variables": [
{
"name": "input",
"description": "The text from which the entities are to be removed",
"default": "",
"is_required": true
},
{
"name": "ungrounded_entities",
"description": "The entities to remove. This is a list of strings.",
"default": "",
"is_required": true
}
]
}