Skip to content

Commit 34cb5ea

Browse files
committed
Fix linter
1 parent a2d5e85 commit 34cb5ea

File tree

1 file changed

+1
-1
lines changed
  • prompt/prompt-executor/prompt-executor-clients/prompt-executor-bedrock-client/src/jvmMain/kotlin/ai/koog/prompt/executor/clients/bedrock/modelfamilies/amazon

1 file changed

+1
-1
lines changed

prompt/prompt-executor/prompt-executor-clients/prompt-executor-bedrock-client/src/jvmMain/kotlin/ai/koog/prompt/executor/clients/bedrock/modelfamilies/amazon/NovaDataModels.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ internal data class NovaInferenceConfig(
4646
val topK: Int? = null,
4747
@SerialName("maxTokens")
4848
val maxTokens: Int? = MAX_TOKENS_DEFAULT
49-
) {
49+
) {
5050
/**
5151
* Companion object with default values for request
5252
*/

0 commit comments

Comments
 (0)