Files
agent-framework/workflow-samples/setup/QuestionAgent.yaml
T
Chris 7cd45e313b .NET Workflows - Rename folder containing sample workflows (#836)
* 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>
2025-09-19 17:40:51 +00:00

10 lines
225 B
YAML

type: foundry_agent
name: Answer
description: Demo agent for Question workflow
model:
id: ${AzureAI:ModelDeployment}
tools:
- type: bing_grounding
options:
tool_connections:
- ${AzureAI:BingConnectionId}