Skip to content

Commit 021bc38

Browse files
authored
Merge pull request #4528 from hhunter-ms/quick-convo-update
[Conversation] Add HTTP python and js tabs to the quickstart
2 parents 870aeac + f627c39 commit 021bc38

File tree

2 files changed

+374
-4
lines changed

2 files changed

+374
-4
lines changed

daprdocs/content/en/getting-started/quickstarts/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no_list: true
1010
Hit the ground running with our Dapr quickstarts, complete with code samples aimed to get you started quickly with Dapr.
1111

1212
{{% alert title="Note" color="primary" %}}
13-
We are actively working on adding to our quickstart library. In the meantime, you can explore Dapr through our [tutorials]({{< ref "getting-started/tutorials/_index.md" >}}).
13+
Each release, the quickstart library has new examples added for the APIs and SDKs. You can also explore Dapr through the [tutorials]({{< ref "getting-started/tutorials/_index.md" >}}).
1414

1515
{{% /alert %}}
1616

@@ -33,4 +33,4 @@ Hit the ground running with our Dapr quickstarts, complete with code samples aim
3333
| [Resiliency]({{< ref resiliency >}}) | Define and apply fault-tolerance policies to your Dapr API requests. |
3434
| [Cryptography]({{< ref cryptography-quickstart.md >}}) | Encrypt and decrypt data using Dapr's cryptographic APIs. |
3535
| [Jobs]({{< ref jobs-quickstart.md >}}) | Schedule, retrieve, and delete jobs using Dapr's jobs APIs. |
36-
36+
| [Conversation]({{< ref conversation-quickstart.md >}}) | Securely and reliably interact with Large Language Models (LLMs). |

0 commit comments

Comments
 (0)