Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2025-02-03 11:31:00 -05:00
parent 3a923f42cd
commit 94f11173c1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ description: Get started with the Dapr conversation building block
The conversation building block is currently in **alpha**.
{{% /alert %}}
Let's take a look at how the [Dapr conversation building block]({{< ref conversation-overview.md >}}) makes interacting with the Anthropic LLM easier. In this quickstart, you use the Anthropic component to communicate with the LLM and ask it for a poem about Dapr.
Let's take a look at how the [Dapr conversation building block]({{< ref conversation-overview.md >}}) makes interacting with the LLM component easier. In this quickstart, you use the Anthropic component to communicate with the LLM and ask it for a poem about Dapr.
{{< tabs ".NET" Go >}}