Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit ab876a1

Browse files
committed
trying out null as a string
1 parent df374bb commit ab876a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

specification/ai/OpenAI.Assistants/examples/2024-02-15-preview/create_thread_and_run.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"instructions": "You are an AI model that empowers every person and every organization on the planet to achieve more.",
2727
"tools": [],
2828
"usage": null,
29-
"incomplete_details": null,
29+
"incomplete_details": "null",
3030
"metadata": {}
3131
}
3232
}

specification/ai/OpenAI.Assistants/examples/2024-05-01-preview/create_thread_and_run.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type": "auto",
4444
"last_messages": null
4545
},
46-
"incomplete_details": null,
46+
"incomplete_details": "null",
4747
"usage": null,
4848
"response_format": "auto",
4949
"tool_choice": "auto"

specification/ai/data-plane/OpenAI.Assistants/OpenApiV2/preview/2024-02-15-preview/examples/create_thread_and_run.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"instructions": "You are an AI model that empowers every person and every organization on the planet to achieve more.",
2727
"tools": [],
2828
"usage": null,
29-
"incomplete_details": null,
29+
"incomplete_details": "null",
3030
"metadata": {}
3131
}
3232
}

specification/ai/data-plane/OpenAI.Assistants/OpenApiV2/preview/2024-05-01-preview/examples/create_thread_and_run.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type": "auto",
4444
"last_messages": null
4545
},
46-
"incomplete_details": null,
46+
"incomplete_details": "null",
4747
"usage": null,
4848
"response_format": "auto",
4949
"tool_choice": "auto"

0 commit comments

Comments
 (0)