From b4f0d219c1ffb73a290c9a9673862322f5a14ec1 Mon Sep 17 00:00:00 2001 From: Fernando Rocha Date: Thu, 23 Jan 2025 11:24:38 -0800 Subject: [PATCH] Comversation README improvements Signed-off-by: Fernando Rocha --- conversation/go/http/README.md | 2 +- conversation/go/sdk/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conversation/go/http/README.md b/conversation/go/http/README.md index 89446270c..bd70c1f39 100644 --- a/conversation/go/http/README.md +++ b/conversation/go/http/README.md @@ -14,7 +14,7 @@ This quickstart includes one app: This section shows how to run the application using the [multi-app run template files](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-overview/) with `dapr run -f .`. -This example uses the Default LLM Component provided by Dapr for testing purposes. Here are other [supported Conversation components](https://v1-15.docs.dapr.io/reference/components-reference/supported-conversation/). +This example uses the default LLM Component provided by Dapr which simply echoes the input provided, for testing purposes. Here are other [supported Conversation components](https://v1-15.docs.dapr.io/reference/components-reference/supported-conversation/). Open a new terminal window and run the multi app run template: diff --git a/conversation/go/sdk/README.md b/conversation/go/sdk/README.md index d9dc24c8d..406b5cc31 100644 --- a/conversation/go/sdk/README.md +++ b/conversation/go/sdk/README.md @@ -4,7 +4,7 @@ In this quickstart, you'll send an input to a mock Large Language Model (LLM) us Visit [this](https://v1-15.docs.dapr.io/developing-applications/building-blocks/conversation/conversation-overview/) link for more information about Dapr and the Conversation API. -> **Note:** This example leverages HTTP `requests` only. If you are looking for the example using the HTTP API [click here](../http/). +> **Note:** This example leverages the Dapr SDK. If you are looking for the example using the HTTP API [click here](../http/). This quickstart includes one app: @@ -14,7 +14,7 @@ This quickstart includes one app: This section shows how to run the application using the [multi-app run template files](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-overview/) with `dapr run -f .`. -This example uses the Default LLM Component provided by Dapr for testing purposes. Here are other [supported Conversation components](https://v1-15.docs.dapr.io/reference/components-reference/supported-conversation/). +This example uses the default LLM Component provided by Dapr which simply echoes the input provided, for testing purposes. Here are other [supported Conversation components](https://v1-15.docs.dapr.io/reference/components-reference/supported-conversation/). Open a new terminal window and run the multi app run template: