mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
e224f06e60
* Update models used in dotnet samples to gpt-5.4-mini * Fix additional missed sample
32 lines
917 B
YAML
32 lines
917 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/ContainerAgent.yaml
|
|
|
|
name: FoundryMultiAgent
|
|
displayName: "Foundry Multi-Agent Workflow"
|
|
description: >
|
|
A multi-agent workflow featuring a Writer and Reviewer that collaborate
|
|
to create and refine content using Microsoft Foundry PersistentAgentsClient.
|
|
metadata:
|
|
authors:
|
|
- Microsoft Agent Framework Team
|
|
tags:
|
|
- Azure AI AgentServer
|
|
- Microsoft Agent Framework
|
|
- Multi-Agent Workflow
|
|
- Writer-Reviewer
|
|
- Content Creation
|
|
template:
|
|
kind: hosted
|
|
name: FoundryMultiAgent
|
|
protocols:
|
|
- protocol: responses
|
|
version: v1
|
|
environment_variables:
|
|
- name: AZURE_AI_PROJECT_ENDPOINT
|
|
value: ${AZURE_AI_PROJECT_ENDPOINT}
|
|
- name: MODEL_DEPLOYMENT_NAME
|
|
value: gpt-5.4-mini
|
|
resources:
|
|
- name: "gpt-5.4-mini"
|
|
kind: model
|
|
id: gpt-5.4-mini
|