Skip to content

Commit f5d27fb

Browse files
ilayaperumalgleijendary
authored andcommitted
Fix javadoc errors at BedrockProxyChatModel
- Removed invalid parameters Signed-off-by: leijendary <[email protected]>
1 parent 65b4fad commit f5d27fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/spring-ai-bedrock-converse/src/main/java/org/springframework/ai/bedrock/converse/BedrockProxyChatModel.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public BedrockProxyChatModel(BedrockRuntimeClient bedrockRuntimeClient,
165165
* https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html
166166
* https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html
167167
* https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/bedrockruntime/BedrockRuntimeClient.html#converse
168-
* @param bedrockConverseRequest Model invocation request.
169168
* @return The model invocation response.
170169
*/
171170
@Override
@@ -472,7 +471,6 @@ private ChatResponse toChatResponse(ConverseResponse response) {
472471
* https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html
473472
* https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html
474473
* https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/bedrockruntime/BedrockRuntimeAsyncClient.html#converseStream
475-
* @param bedrockConverseRequest Model invocation request.
476474
* @return The model invocation response stream.
477475
*/
478476
@Override

0 commit comments

Comments
 (0)