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>
13 lines
261 B
YAML
13 lines
261 B
YAML
kind: Workflow
|
|
trigger:
|
|
|
|
kind: OnConversationStart
|
|
id: workflow_test
|
|
actions:
|
|
|
|
- kind: CopyConversationMessages
|
|
id: copy_messages
|
|
conversationId: =System.ConversationId
|
|
messages: =[UserMessage("Hello, how can I assist you today?")]
|
|
|