From af09da66de4175650ae79ea8fb12127cd5e7a82d Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Fri, 12 Sep 2025 11:16:17 -0700 Subject: [PATCH] Update daprdocs/content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md Co-authored-by: Marc Duiker Signed-off-by: Mark Fussell --- .../building-blocks/conversation/howto-conversation-layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md b/daprdocs/content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md index 26ee546a1..e79af9f19 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md +++ b/daprdocs/content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md @@ -324,7 +324,7 @@ The conversation API supports the following features: To learn how to enable these features, see the [conversation API reference guide]({{% ref conversation_api %}}). -## Related links +## Conversation API examples in Dapr SDK repositories Try out the conversation API using the full examples provided in the supported SDK repos.