Skip to content

Commit

Permalink
Update configuration schema
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Oct 18, 2024
1 parent 8d03e2d commit 76ce2dd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"ClientOptions": {
"type": "object",
"properties": {
"ApplicationId": {
"type": "string",
"description": "An optional application ID to use as part of the request User-Agent header."
},
"NetworkTimeout": {
"type": "string",
"pattern": "^-?(\\d{1,7}|((\\d{1,7}[\\.:])?(([01]?\\d|2[0-3]):[0-5]?\\d|([01]?\\d|2[0-3]):[0-5]?\\d:[0-5]?\\d)(\\.\\d{1,7})?))$",
"description": "The timeout applied to an individual network operation."
},
"UserAgentApplicationId": {
"type": "string",
"description": "An optional application ID to use as part of the request User-Agent header."
}
},
"description": "Defines the scenario-independent, client-level options for the Azure-specific OpenAI client."
Expand Down

0 comments on commit 76ce2dd

Please sign in to comment.