RunRequestBuilder
class RunRequestBuilder
Builder for RunRequest.
Properties
Link copied to clipboard
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.
Link copied to clipboard
The ID of the assistant to use to execute this run.
Link copied to clipboard
Override the default system message of the assistant. This is useful for modifying the behavior on a per-run basis.
Link copied to clipboard
Link copied to clipboard
Override the tools the assistant can use for this run. This is useful for modifying the behavior on a per-run basis.
Functions
Link copied to clipboard
Build a RunRequest instance.