Skip to content

Commit 2384a9f

Browse files
authored
Merge pull request #149 from openai/dev/jillian/additional-instructions
add additional instructions to run creation, update description for run instructions
2 parents b315344 + 2531e6d commit 2384a9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8348,7 +8348,11 @@ components:
83488348
type: string
83498349
nullable: true
83508350
instructions:
8351-
description: Override the default system message of the assistant. This is useful for modifying the behavior on a per-run basis.
8351+
description: Overrides the [instructions](/docs/api-reference/assistants/createAssistant) of the assistant. This is useful for modifying the behavior on a per-run basis.
8352+
type: string
8353+
nullable: true
8354+
additional_instructions:
8355+
description: 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.
83528356
type: string
83538357
nullable: true
83548358
tools:

0 commit comments

Comments
 (0)