Files
Chris f81b4a5abe .NET Workflows - Fix converation behaviors for declarative worfklows (#1237)
* 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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-06 22:04:41 +00:00

30 lines
644 B
JSON

{
"description": "Create conversation and manipulate messages.",
"setup": {
"input": {
"type": "String",
"value": "Why is the sky blue?"
}
},
"validation": {
"conversation_count": 2,
"min_action_count": 8,
"min_message_count": 1,
"min_response_count": 0,
"actions": {
"start": [
"conversation_create1",
"sendActivity_conversation",
"add_message",
"get_message_single",
"sendActivity_message",
"copy_messages",
"get_messages_all",
"sendActivity_copy"
],
"final": [
"sendActivity_copy"
]
}
}
}