Skip to content

Commit bc8f20c

Browse files
authored
Merge pull request #122716 from hugoabernier/patch-3
Fixed missing backtick in markdown
2 parents b45d70d + 11e0a54 commit bc8f20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/assistants-reference-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ When a run has the status: "requires_action" and required_action.type is submit_
457457

458458
|Name | Type | Required | Description |
459459
|--- |--- |--- |--- |
460-
| `tool_outputs | array | Required | A list of tools for which the outputs are being submitted. |
460+
| `tool_outputs` | array | Required | A list of tools for which the outputs are being submitted. |
461461

462462
### Returns
463463

0 commit comments

Comments
 (0)