mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
5a087885a2
* Add hosted agent sample with observability * Address comments * Remove unneeded changes * Update README
16 lines
504 B
YAML
16 lines
504 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/ContainerAgent.yaml
|
|
kind: hosted
|
|
name: agent-framework-agent-observability-responses
|
|
protocols:
|
|
- protocol: responses
|
|
version: 1.0.0
|
|
resources:
|
|
cpu: '0.25'
|
|
memory: '0.5Gi'
|
|
environment_variables:
|
|
- name: AZURE_AI_MODEL_DEPLOYMENT_NAME
|
|
value: ${AZURE_AI_MODEL_DEPLOYMENT_NAME}
|
|
- name: ENABLE_INSTRUMENTATION
|
|
value: true
|
|
- name: ENABLE_SENSITIVE_DATA
|
|
value: true |