Skip to content

Commit fbe52bd

Browse files
authored
Merge pull request #215 from openai/dev/ryanliu/additional_messages
[agentapi] add additional_messages as optional param
2 parents c9ff16e + 91a4978 commit fbe52bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8608,6 +8608,12 @@ components:
86088608
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.
86098609
type: string
86108610
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
86118617
tools:
86128618
description: Override the tools the assistant can use for this run. This is useful for modifying the behavior on a per-run basis.
86138619
nullable: true

0 commit comments

Comments
 (0)