You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8348,7 +8348,11 @@ components:
8348
8348
type: string
8349
8349
nullable: true
8350
8350
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.
0 commit comments