From 41767519798b8dc27b3b110331cc3616b1f47c44 Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Sat, 25 Jul 2026 14:33:03 +0900 Subject: [PATCH] Remove duplicated "the" Signed-off-by: Sanghyuk Jung --- .../ai/mcp/samples/client/McpClientApplication.java | 2 +- .../ai/mcp/samples/client/McpClientApplication.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model-context-protocol/sampling-annotations/mcp-sampling-client-annotations/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java b/model-context-protocol/sampling-annotations/mcp-sampling-client-annotations/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java index 4ab416a..6b81f78 100644 --- a/model-context-protocol/sampling-annotations/mcp-sampling-client-annotations/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java +++ b/model-context-protocol/sampling-annotations/mcp-sampling-client-annotations/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java @@ -46,7 +46,7 @@ public CommandLineRunner predefinedQuestions(OpenAiChatModel openAiChatModel, String userQuestion = """ What is the weather in Amsterdam right now? Please incorporate all createive responses from all LLM providers. - After the other providers add a poem that synthesizes the the poems from all the other providers. + After the other providers add a poem that synthesizes the poems from all the other providers. """; System.out.println("> USER: " + userQuestion); diff --git a/model-context-protocol/sampling/mcp-sampling-client/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java b/model-context-protocol/sampling/mcp-sampling-client/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java index 8041681..e1d4142 100644 --- a/model-context-protocol/sampling/mcp-sampling-client/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java +++ b/model-context-protocol/sampling/mcp-sampling-client/src/main/java/org/springframework/ai/mcp/samples/client/McpClientApplication.java @@ -55,7 +55,7 @@ public CommandLineRunner predefinedQuestions(OpenAiChatModel openAiChatModel, Li String userQuestion = """ What is the weather in Amsterdam right now? Please incorporate all createive responses from all LLM providers. - After the other providers add a poem that synthesizes the the poems from all the other providers. + After the other providers add a poem that synthesizes the poems from all the other providers. """; System.out.println("> USER: " + userQuestion);