Skip to content

Commit dc15c26

Browse files
committed
update
1 parent da7fc72 commit dc15c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/includes/api-versions/latest-inference-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6898,7 +6898,7 @@ Represents a step in execution of a run.
68986898
| └─ code | string | One of `server_error` or `rate_limit_exceeded`. | No | |
68996899
| └─ message | string | A human-readable description of the error. | No | |
69006900
| metadata | object | Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.<br> | Yes | |
6901-
| object | string | The object type, which is always `assistant.run.step``. | Yes | |
6901+
| object | string | The object type, which is always `assistant.run.step`. | Yes | |
69026902
| run_id | string | The ID of the run that this run step is a part of. | Yes | |
69036903
| status | string | The status of the run, which can be either `in_progress`, `cancelled`, `failed`, `completed`, or `expired`. | Yes | |
69046904
| step_details | [runStepDetailsMessageCreationObject](#runstepdetailsmessagecreationobject) or [runStepDetailsToolCallsObject](#runstepdetailstoolcallsobject) | The details of the run step. | Yes | |
@@ -6972,7 +6972,7 @@ Details of the message creation by the run step.
69726972
|------|------|-------------|----------|---------|
69736973
| message_creation | object | | Yes | |
69746974
| └─ message_id | string | The ID of the message that was created by this run step. | No | |
6975-
| type | string | Always `message_creation``. | Yes | |
6975+
| type | string | Always `message_creation`. | Yes | |
69766976

69776977

69786978
**type Enum**: RunStepDetailsMessageCreationObjectType

0 commit comments

Comments
 (0)