Skip to content

Commit

Permalink
Fix javadoc errors at BedrockProxyChatModel
Browse files Browse the repository at this point in the history
  - Removed invalid parameters
  • Loading branch information
ilayaperumalg committed Nov 4, 2024
1 parent 08a007f commit 8becbbb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ public BedrockProxyChatModel(BedrockRuntimeClient bedrockRuntimeClient,
* https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html
* https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html
* https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/bedrockruntime/BedrockRuntimeClient.html#converse
* @param bedrockConverseRequest Model invocation request.
* @return The model invocation response.
*/
@Override
Expand Down Expand Up @@ -472,7 +471,6 @@ private ChatResponse toChatResponse(ConverseResponse response) {
* https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html
* https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html
* https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/bedrockruntime/BedrockRuntimeAsyncClient.html#converseStream
* @param bedrockConverseRequest Model invocation request.
* @return The model invocation response stream.
*/
@Override
Expand Down

0 comments on commit 8becbbb

Please sign in to comment.