RunCreateRequest.AdditionalInstructions

RunCreateRequest.AdditionalInstructions property

Gets or sets the additional instructions. 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 string AdditionalInstructions { get; set; }

See Also