Fix javadoc errors at BedrockProxyChatModel

- Removed invalid parameters
This commit is contained in:
Ilayaperumal Gopinathan
2024-11-04 12:08:44 +00:00
parent 08a007f234
commit 8becbbba3b

View File

@@ -165,7 +165,6 @@ public class BedrockProxyChatModel extends AbstractToolCallSupport implements Ch
* 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
@@ -472,7 +471,6 @@ public class BedrockProxyChatModel extends AbstractToolCallSupport implements Ch
* 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