mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
eb049c43a6
* Updated * Comments * Namespace * Comment * Cleanup * Update agent definition * Disable * Config * Enable
17 lines
411 B
YAML
17 lines
411 B
YAML
kind: Workflow
|
|
trigger:
|
|
|
|
kind: OnConversationStart
|
|
id: workflow_test
|
|
actions:
|
|
|
|
- kind: InvokeAzureAgent
|
|
id: invoke_vision
|
|
conversationId: =System.ConversationId
|
|
agent:
|
|
name: =Env.FOUNDRY_AGENT_TEST
|
|
input:
|
|
additionalInstructions: |-
|
|
Describe the image contained in the user request, if any;
|
|
otherwise, suggest that the user provide an image.
|