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
29 lines
790 B
YAML
29 lines
790 B
YAML
name: AgentThreadAndHITL
|
|
displayName: "Weather Assistant Agent"
|
|
description: >
|
|
A Weather Assistant Agent that provides weather information and forecasts. It
|
|
demonstrates how to use Azure AI AgentServer with Human-in-the-Loop (HITL)
|
|
capabilities to get human approval for functional calls.
|
|
metadata:
|
|
authors:
|
|
- Microsoft Agent Framework Team
|
|
tags:
|
|
- Azure AI AgentServer
|
|
- Microsoft Agent Framework
|
|
- Human-in-the-Loop
|
|
template:
|
|
kind: hosted
|
|
name: AgentThreadAndHITL
|
|
protocols:
|
|
- protocol: responses
|
|
version: v1
|
|
environment_variables:
|
|
- name: AZURE_OPENAI_ENDPOINT
|
|
value: ${AZURE_OPENAI_ENDPOINT}
|
|
- name: AZURE_OPENAI_DEPLOYMENT_NAME
|
|
value: gpt-5.4-mini
|
|
resources:
|
|
- name: "gpt-5.4-mini"
|
|
kind: model
|
|
id: gpt-5.4-mini
|