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

Commit 39fdbc6

Browse files
committed
Using string 'null' instread of JSON null
1 parent e475d00 commit 39fdbc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+52
-52
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "code_interpreter"
2929
}
3030
],
31-
"incomplete_details": null,
31+
"incomplete_details": "null",
3232
"metadata": {},
3333
"usage": null
3434
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"status": "completed",
30-
"incomplete_details": null,
30+
"incomplete_details": "null",
3131
"incomplete_at": null,
3232
"completed_at": 1707298439,
3333
"assistant_id": null,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"assistant_id": "asst_w35g5ODgBl2U3KW417deY1QI",
1818
"thread_id": "thread_2CTH1wOJezLOA3QRefyO3wyk",
1919
"status": "queued",
20-
"incomplete_details": null,
20+
"incomplete_details": "null",
2121
"usage": null,
2222
"started_at": null,
2323
"expires_at": 1707301742,

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-02-15-preview/get_message.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"status": "completed",
27-
"incomplete_details": null,
27+
"incomplete_details": "null",
2828
"incomplete_at": null,
2929
"completed_at": 1707298439,
3030
"assistant_id": null,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"assistant_id": "asst_JtTwHk28cIocgFXZPCBxhOzl",
1616
"thread_id": "thread_eRNwflE3ncDYak1np6MdMHJh",
1717
"status": "completed",
18-
"incomplete_details": null,
18+
"incomplete_details": "null",
1919
"usage": null,
2020
"started_at": 1707303197,
2121
"expires_at": null,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"status": "completed",
29-
"incomplete_details": null,
29+
"incomplete_details": "null",
3030
"incomplete_at": null,
3131
"completed_at": 1707298439,
3232
"assistant_id": "asst_iaScg6I4dkdYWoaPPTPT7EFy",
@@ -49,7 +49,7 @@
4949
}
5050
],
5151
"status": "completed",
52-
"incomplete_details": null,
52+
"incomplete_details": "null",
5353
"incomplete_at": null,
5454
"completed_at": 1707298439,
5555
"assistant_id": null,

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"last_error": null,
3232
"model": "gpt-4",
3333
"instructions": "You tell the weather.",
34-
"incomplete_details": null,
34+
"incomplete_details": "null",
3535
"tools": [
3636
{
3737
"type": "function",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"assistant_id": null,
3333
"run_id": null,
3434
"status": "incomplete",
35-
"incomplete_details": null,
35+
"incomplete_details": "null",
3636
"completed_at": 1707298421,
3737
"incomplete_at": null,
3838
"metadata": {

0 commit comments

Comments
 (0)