Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{
"name": "endpoint",
"in": "path",
"required": true,
"description": "Supported Cognitive Services endpoints (protocol and hostname, for example:\nhttps://westus.api.cognitive.microsoft.com).",
"required": true,
"type": "string"
}
]
Expand Down Expand Up @@ -110,8 +110,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -171,8 +171,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -222,8 +222,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -273,8 +273,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -324,8 +324,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -375,8 +375,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -426,8 +426,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -470,8 +470,8 @@
},
"headers": {
"x-ms-error-code": {
"description": "String error code indicating what went wrong.",
"type": "string"
"type": "string",
"description": "String error code indicating what went wrong."
}
}
}
Expand Down Expand Up @@ -1456,7 +1456,12 @@
"type": "array",
"description": "A mapping of tokens to maximum log probability values in this completions data.",
"items": {
"type": "object"
"type": "object",
"additionalProperties": {
"format": "float",
"type": "number",
"x-nullable": true
}
},
"x-ms-client-name": "topLogprobs",
"x-ms-identifiers": []
Expand Down