Skip to content

Commit

Permalink
Merge pull request #215 from openai/dev/ryanliu/additional_messages
Browse files Browse the repository at this point in the history
[agentapi] add additional_messages as optional param
  • Loading branch information
nknj authored Apr 4, 2024
2 parents c9ff16e + 91a4978 commit fbe52bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8608,6 +8608,12 @@ components:
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.
type: string
nullable: true
additional_messages:
description: Adds additional messages to the thread before creating the run.
type: array
items:
$ref: "#/components/schemas/CreateMessageRequest"
nullable: true
tools:
description: Override the tools the assistant can use for this run. This is useful for modifying the behavior on a per-run basis.
nullable: true
Expand Down

0 comments on commit fbe52bd

Please sign in to comment.