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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8608,6 +8608,12 @@ components:
8608
8608
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.
8609
8609
type: string
8610
8610
nullable: true
8611
+
additional_messages:
8612
+
description: Adds additional messages to the thread before creating the run.
8613
+
type: array
8614
+
items:
8615
+
$ref: "#/components/schemas/CreateMessageRequest"
8616
+
nullable: true
8611
8617
tools:
8612
8618
description: Override the tools the assistant can use for this run. This is useful for modifying the behavior on a per-run basis.
0 commit comments