Update UserMessageDemo.java

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
This commit is contained in:
Siri Varma Vegiraju 2025-08-06 22:22:06 -07:00 committed by GitHub
parent d812b65009
commit 398802a4cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class UserMessageDemo {
* @param args Input arguments (unused).
*/
public static void main(String[] args) {
try (DaprPreviewClient client = new DaprClientBuilder().withPropertyOverrides(overrides).buildPreviewClient()) {
try (DaprPreviewClient client = new DaprClientBuilder().buildPreviewClient()) {
System.out.println("Sending the following input to LLM: Hello How are you? This is the my number 672-123-4567");
// Create user message with content