mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
7cd45e313b
* coolio * Update dotnet/samples/GettingStarted/Workflows/Declarative/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
11 lines
429 B
YAML
11 lines
429 B
YAML
type: foundry_agent
|
|
name: Teacher
|
|
description: Teacher agent for MathChat workflow
|
|
instructions: |-
|
|
Review and coach the student's approach to solving the given math problem.
|
|
Don't repeat the solution or try and solve it.
|
|
If the student has demonstrated comprehension and responded to all of your feedback,
|
|
give the student your congraluations by using the word "congratulations".
|
|
model:
|
|
id: ${AzureAI:ModelDeployment}
|