We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db115ca commit 5a139bcCopy full SHA for 5a139bc
openai-core/src/commonMain/kotlin/com.aallam.openai.api/run/RunRequest.kt
@@ -84,7 +84,7 @@ public class RunRequestBuilder {
84
* Appends additional instructions at the end of the instructions for the run.
85
* This is useful for modifying the behavior on a per-run basis without overriding other instructions.
86
*/
87
- public var additionalInstructions: String? = null,
+ public var additionalInstructions: String? = null
88
89
/**
90
* Override the tools the assistant can use for this run.
0 commit comments