-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
modify_run.json
41 lines (41 loc) · 1.1 KB
/
modify_run.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"title": "Modifies a run.",
"parameters": {
"endpoint": "{endpoint}",
"api-version": "2024-02-15-preview",
"thread_id": "thread_eRNwflE3ncDYak1np6MdMHJh",
"run_id": "run_HsO8tYM4K5AAMAHgK0J3om8Q",
"body": {
"metadata": {
"key1": "value1",
"key2": "value2"
}
}
},
"responses": {
"200": {
"body": {
"id": "run_HsO8tYM4K5AAMAHgK0J3om8Q",
"object": "thread.run",
"created_at": 1707303196,
"assistant_id": "asst_JtTwHk28cIocgFXZPCBxhOzl",
"thread_id": "thread_eRNwflE3ncDYak1np6MdMHJh",
"status": "completed",
"started_at": 1707303197,
"expires_at": null,
"cancelled_at": null,
"failed_at": null,
"completed_at": 1707303201,
"last_error": null,
"model": "gpt-4-1106-preview",
"instructions": "You are an AI model that empowers every person and every organization on the planet to achieve more.",
"tools": [],
"file_ids": [],
"metadata": {
"key1": "value1",
"key2": "value2"
}
}
}
}
}