You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prompt/prompt-executor/prompt-executor-clients/prompt-executor-openai-client-base/src/commonMain/kotlin/ai/koog/prompt/executor/clients/openai/base/models/OpenAIDataModels.kt
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ public class OpenAIStreamToolCall(
326
326
@Serializable
327
327
publicclassOpenAIFunction(
328
328
publicvalname:String,
329
-
publicvalarguments:String
329
+
publicvalarguments:String = ""
330
330
)
331
331
332
332
/**
@@ -464,19 +464,19 @@ public class OpenAIStaticContent(public val content: Content) {
464
464
* Exact effects are model-dependent.
465
465
* If not set, the model/provider default applies.
466
466
*
467
-
* Serialized as `"minimal" | "low" | "medium" | "high"`.
0 commit comments