Files
microsoft--semantic-kernel/python/samples/concepts/resources/declarative_spec/azure_assistant_spec.yaml
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

16 lines
450 B
YAML

type: azure_assistant
name: Host
description: This agent uses the provided functions to answer questions about the menu.
instructions: Use the provided functions to answer questions about the menu.
model:
id: ${AzureOpenAI:ChatModelId}
connection:
connection:
endpoint: ${AzureOpenAI:Endpoint}
options:
temperature: 0.4
tools:
- id: MenuPlugin.get_specials
type: function
- id: MenuPlugin.get_item_price
type: function