Skip to content

Commit

Permalink
Reformat file; fix spelling;
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunsong Bai committed Dec 20, 2024
1 parent 7997b4b commit f674d1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3821,9 +3821,9 @@
"type": "string",
"description": "**o1 models only** \n\n Constrains effort on reasoning for \n[reasoning models](https://platform.openai.com/docs/guides/reasoning).\n\nCurrently supported values are `low`, `medium`, and `high`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.",
"enum": [
"low",
"medium",
"high"
"low",
"medium",
"high"
],
"default": "medium"
},
Expand Down Expand Up @@ -4020,7 +4020,7 @@
"end_user_tenant_id": {
"type": "string",
"format": "uuid",
"description": "The Microsoft 365 tenant ID the end user belongs to. It's required when the generative AI application is multitenant."
"description": "The Microsoft 365 tenant ID the end user belongs to. It's required when the generative AI application is multi tenant."
},
"source_ip": {
"type": "string",
Expand Down Expand Up @@ -4073,7 +4073,8 @@
},
{
"$ref": "#/components/schemas/chatCompletionRequestSystemMessage"
}, {
},
{
"$ref": "#/components/schemas/chatCompletionRequestUserMessage"
},
{
Expand Down Expand Up @@ -4359,7 +4360,8 @@
"$ref": "#/components/schemas/chatCompletionRequestMessageContentPartText"
}
]
}, "chatCompletionRequestUserMessageContentPart": {
},
"chatCompletionRequestUserMessageContentPart": {
"oneOf": [
{
"$ref": "#/components/schemas/chatCompletionRequestMessageContentPartText"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,7 @@ components:
end_user_tenant_id:
type: string
format: uuid
description: The Microsoft 365 tenant ID the end user belongs to. It's required when the generative AI application is multitenant.
description: The Microsoft 365 tenant ID the end user belongs to. It's required when the generative AI application is multi tenant.
source_ip:
type: string
description: Captures the original client's IP address, accepting both IPv4 and IPv6 formats.
Expand Down

0 comments on commit f674d1c

Please sign in to comment.