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,21 @@
name: ChatBot
template_format: semantic-kernel
template: "{{$chat_history}}{{$user_input}}"
description: A chat bot that helps the user tell the date and time.
input_variables:
- name: chat_history
description: The on-going chat history
is_required: true
allow_dangerously_set_content: true
- name: user_input
description: The user input
is_required: true
execution_settings:
chat:
function_choice_behavior:
type: auto
maximum_auto_invoke_attempts: 5
functions:
- time.date
- time.time
- math.Add