Skip to content

Commit

Permalink
fix(runs): RunRequest builder
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jan 13, 2024
1 parent db115ca commit 5a139bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class RunRequestBuilder {
* Appends additional instructions at the end of the instructions for the run.
* This is useful for modifying the behavior on a per-run basis without overriding other instructions.
*/
public var additionalInstructions: String? = null,
public var additionalInstructions: String? = null

/**
* Override the tools the assistant can use for this run.
Expand Down

0 comments on commit 5a139bc

Please sign in to comment.