chore: import upstream snapshot with attribution
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

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,17 @@
name: GenerateStory
template: |
Tell a story about {{$topic}} that is {{$length}} sentences long.
template_format: semantic-kernel
description: A function that generates a story about a topic.
input_variables:
- name: topic
description: The topic of the story.
is_required: true
- name: length
description: The number of sentences in the story.
is_required: true
output_variable:
description: The generated story.
execution_settings:
default:
temperature: 0.6
@@ -0,0 +1,12 @@
name: Parrot
template_format: semantic-kernel
template: |
<message role="user"> Repeat the user message {{$user_message}} in the voice of a pirate and then end with {{$count}} parrot sounds.</message>
description: A fun chat bot that repeats the user message in the voice of a pirate.
input_variables:
- name: count
description: The number of parrot sounds.
is_required: true
execution_settings:
default:
temperature: 0.0