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>
11 lines
196 B
YAML
11 lines
196 B
YAML
kind: Workflow
|
|
trigger:
|
|
|
|
kind: OnConversationStart
|
|
id: workflow_test
|
|
actions:
|
|
|
|
- kind: CreateConversation
|
|
id: conversation_create
|
|
conversationId: Local.PrivateConversationId
|