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);