-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathcreate_run.json
34 lines (34 loc) · 981 Bytes
/
create_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
{
"title": "Create a run.",
"parameters": {
"endpoint": "{endpoint}",
"api-version": "2024-02-15-preview",
"thread_id": "thread_2CTH1wOJezLOA3QRefyO3wyk",
"body": {
"assistant_id": "asst_w35g5ODgBl2U3KW417deY1QI"
}
},
"responses": {
"200": {
"body": {
"id": "run_dmC5IgLBfaK8gBy0FKIXGtpr",
"object": "thread.run",
"created_at": 1707301142,
"assistant_id": "asst_w35g5ODgBl2U3KW417deY1QI",
"thread_id": "thread_2CTH1wOJezLOA3QRefyO3wyk",
"status": "queued",
"started_at": null,
"expires_at": 1707301742,
"cancelled_at": null,
"failed_at": null,
"completed_at": null,
"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": {}
}
}
}
}