|
5689 | 5689 | "description": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.\n"
|
5690 | 5690 | },
|
5691 | 5691 | "response_format": {
|
5692 |
| - "$ref": "#/components/schemas/AssistantsApiResponseFormatOption", |
5693 |
| - "nullable": true |
| 5692 | + "$ref": "#/components/schemas/AssistantsApiResponseFormatOption" |
5694 | 5693 | }
|
5695 | 5694 | },
|
5696 | 5695 | "required": [
|
|
6282 | 6281 | ]
|
6283 | 6282 | },
|
6284 | 6283 | "session": {
|
6285 |
| - "type": "object", |
6286 | 6284 | "$ref": "#/components/schemas/AuditLogActorSession"
|
6287 | 6285 | },
|
6288 | 6286 | "api_key": {
|
6289 |
| - "type": "object", |
6290 | 6287 | "$ref": "#/components/schemas/AuditLogActorApiKey"
|
6291 | 6288 | }
|
6292 | 6289 | }
|
|
7778 | 7775 | "description": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.\n"
|
7779 | 7776 | },
|
7780 | 7777 | "response_format": {
|
7781 |
| - "$ref": "#/components/schemas/AssistantsApiResponseFormatOption", |
7782 |
| - "nullable": true |
| 7778 | + "$ref": "#/components/schemas/AssistantsApiResponseFormatOption" |
7783 | 7779 | }
|
7784 | 7780 | },
|
7785 | 7781 | "required": [
|
|
9981 | 9977 | "minimum": 256
|
9982 | 9978 | },
|
9983 | 9979 | "truncation_strategy": {
|
9984 |
| - "$ref": "#/components/schemas/TruncationObject", |
9985 |
| - "nullable": true |
| 9980 | + "$ref": "#/components/schemas/TruncationObject" |
9986 | 9981 | },
|
9987 | 9982 | "tool_choice": {
|
9988 |
| - "$ref": "#/components/schemas/AssistantsApiToolChoiceOption", |
9989 |
| - "nullable": true |
| 9983 | + "$ref": "#/components/schemas/AssistantsApiToolChoiceOption" |
9990 | 9984 | },
|
9991 | 9985 | "parallel_tool_calls": {
|
9992 | 9986 | "$ref": "#/components/schemas/ParallelToolCalls"
|
9993 | 9987 | },
|
9994 | 9988 | "response_format": {
|
9995 |
| - "$ref": "#/components/schemas/AssistantsApiResponseFormatOption", |
9996 |
| - "nullable": true |
| 9989 | + "$ref": "#/components/schemas/AssistantsApiResponseFormatOption" |
9997 | 9990 | }
|
9998 | 9991 | },
|
9999 | 9992 | "required": [
|
|
10073 | 10066 | "type": "string"
|
10074 | 10067 | },
|
10075 | 10068 | "thread": {
|
10076 |
| - "$ref": "#/components/schemas/CreateThreadRequest", |
10077 |
| - "description": "If no thread is provided, an empty thread will be created." |
| 10069 | + "$ref": "#/components/schemas/CreateThreadRequest" |
10078 | 10070 | },
|
10079 | 10071 | "model": {
|
10080 | 10072 | "description": "The ID of the [Model](/docs/api-reference/models) to be used to execute this run. If a value is provided here, it will override the model associated with the assistant. If not, the model associated with the assistant will be used.",
|
@@ -10216,19 +10208,16 @@
|
10216 | 10208 | "minimum": 256
|
10217 | 10209 | },
|
10218 | 10210 | "truncation_strategy": {
|
10219 |
| - "$ref": "#/components/schemas/TruncationObject", |
10220 |
| - "nullable": true |
| 10211 | + "$ref": "#/components/schemas/TruncationObject" |
10221 | 10212 | },
|
10222 | 10213 | "tool_choice": {
|
10223 |
| - "$ref": "#/components/schemas/AssistantsApiToolChoiceOption", |
10224 |
| - "nullable": true |
| 10214 | + "$ref": "#/components/schemas/AssistantsApiToolChoiceOption" |
10225 | 10215 | },
|
10226 | 10216 | "parallel_tool_calls": {
|
10227 | 10217 | "$ref": "#/components/schemas/ParallelToolCalls"
|
10228 | 10218 | },
|
10229 | 10219 | "response_format": {
|
10230 |
| - "$ref": "#/components/schemas/AssistantsApiResponseFormatOption", |
10231 |
| - "nullable": true |
| 10220 | + "$ref": "#/components/schemas/AssistantsApiResponseFormatOption" |
10232 | 10221 | }
|
10233 | 10222 | },
|
10234 | 10223 | "required": [
|
|
13062 | 13051 | "description": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.\n"
|
13063 | 13052 | },
|
13064 | 13053 | "response_format": {
|
13065 |
| - "$ref": "#/components/schemas/AssistantsApiResponseFormatOption", |
13066 |
| - "nullable": true |
| 13054 | + "$ref": "#/components/schemas/AssistantsApiResponseFormatOption" |
13067 | 13055 | }
|
13068 | 13056 | }
|
13069 | 13057 | },
|
@@ -16152,19 +16140,16 @@
|
16152 | 16140 | "minimum": 256
|
16153 | 16141 | },
|
16154 | 16142 | "truncation_strategy": {
|
16155 |
| - "$ref": "#/components/schemas/TruncationObject", |
16156 |
| - "nullable": true |
| 16143 | + "$ref": "#/components/schemas/TruncationObject" |
16157 | 16144 | },
|
16158 | 16145 | "tool_choice": {
|
16159 |
| - "$ref": "#/components/schemas/AssistantsApiToolChoiceOption", |
16160 |
| - "nullable": true |
| 16146 | + "$ref": "#/components/schemas/AssistantsApiToolChoiceOption" |
16161 | 16147 | },
|
16162 | 16148 | "parallel_tool_calls": {
|
16163 | 16149 | "$ref": "#/components/schemas/ParallelToolCalls"
|
16164 | 16150 | },
|
16165 | 16151 | "response_format": {
|
16166 |
| - "$ref": "#/components/schemas/AssistantsApiResponseFormatOption", |
16167 |
| - "nullable": true |
| 16152 | + "$ref": "#/components/schemas/AssistantsApiResponseFormatOption" |
16168 | 16153 | }
|
16169 | 16154 | },
|
16170 | 16155 | "required": [
|
|
17725 | 17710 | "nullable": true
|
17726 | 17711 | },
|
17727 | 17712 | "expires_after": {
|
17728 |
| - "$ref": "#/components/schemas/VectorStoreExpirationAfter", |
17729 |
| - "nullable": true |
| 17713 | + "$ref": "#/components/schemas/VectorStoreExpirationAfter" |
17730 | 17714 | },
|
17731 | 17715 | "metadata": {
|
17732 | 17716 | "description": "Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.\n",
|
|
17783 | 17767 | ]
|
17784 | 17768 | },
|
17785 | 17769 | "file": {
|
17786 |
| - "$ref": "#/components/schemas/OpenAIFile", |
17787 |
| - "nullable": true, |
17788 |
| - "description": "The ready File object after the Upload is completed." |
| 17770 | + "$ref": "#/components/schemas/OpenAIFile" |
17789 | 17771 | }
|
17790 | 17772 | },
|
17791 | 17773 | "required": [
|
|
0 commit comments