Skip to content

Commit 5a139bc

Browse files
committed
fix(runs): RunRequest builder
1 parent db115ca commit 5a139bc

File tree

1 file changed

+1
-1
lines changed
  • openai-core/src/commonMain/kotlin/com.aallam.openai.api/run

1 file changed

+1
-1
lines changed

openai-core/src/commonMain/kotlin/com.aallam.openai.api/run/RunRequest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class RunRequestBuilder {
8484
* Appends additional instructions at the end of the instructions for the run.
8585
* This is useful for modifying the behavior on a per-run basis without overriding other instructions.
8686
*/
87-
public var additionalInstructions: String? = null,
87+
public var additionalInstructions: String? = null
8888

8989
/**
9090
* Override the tools the assistant can use for this run.

0 commit comments

Comments
 (0)