Files
Chris eb049c43a6 .NET Workflows - Enhance support and validation for image input (#1274)
* Updated

* Comments

* Namespace

* Comment

* Cleanup

* Update agent definition

* Disable

* Config

* Enable
2025-10-08 00:00:34 +00:00

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.