mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
0113e0466d
* Updated * Passing * Ready * Update dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Workflows/ConversationMessages.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Comment * Code analysis * Unit-tests/provider signature * Comment * Consistent * Checkpoint * Fixed * Revert * Test display name * Enable tests --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
16 lines
307 B
YAML
16 lines
307 B
YAML
kind: Workflow
|
|
trigger:
|
|
|
|
kind: OnConversationStart
|
|
id: workflow_test
|
|
actions:
|
|
|
|
- kind: AddConversationMessage
|
|
id: add_message
|
|
message: Local.MyMessage1
|
|
role: User
|
|
conversationId: =System.ConversationId
|
|
content:
|
|
- type: Text
|
|
value: {Local.TestInput}
|