mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
88347f6494
* Update foundry hosting samples * Add file data type support * Fix file content and add more tests * Fix README * Address comments * Fix int tests * remove temp
23 lines
578 B
YAML
23 lines
578 B
YAML
name: agent-framework-agent-basic-responses
|
|
description: >
|
|
A basic Agent Framework agent hosted by Foundry.
|
|
metadata:
|
|
tags:
|
|
- Agent Framework
|
|
- AI Agent Hosting
|
|
- Azure AI AgentServer
|
|
- Responses Protocol
|
|
- Streaming
|
|
template:
|
|
name: agent-framework-agent-basic-responses
|
|
kind: hosted
|
|
protocols:
|
|
- protocol: responses
|
|
version: 1.0.0
|
|
environment_variables:
|
|
- name: AZURE_AI_MODEL_DEPLOYMENT_NAME
|
|
value: "{{AZURE_AI_MODEL_DEPLOYMENT_NAME}}"
|
|
resources:
|
|
- kind: model
|
|
id: gpt-4.1-mini
|
|
name: AZURE_AI_MODEL_DEPLOYMENT_NAME |