Skip to content

Update API specifications with fern api update #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 4 additions & 8 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8637,6 +8637,10 @@
"type": "string"
}
},
"regex": {
"type": "string",
"description": "This is a regex that will be used to validate data in question."
},
"value": {
"type": "string",
"description": "This the value that will be used in filling the property."
Expand Down Expand Up @@ -11950,14 +11954,6 @@
]
}
},
"toolStrictCompatibilityMode": {
"type": "string",
"description": "Azure OpenAI doesn't support `maxLength` right now https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/structured-outputs?tabs=python-secure%2Cdotnet-entra-id&pivots=programming-language-csharp#unsupported-type-specific-keywords. Need to strip.\n\n- `strip-parameters-with-unsupported-validation` will strip parameters with unsupported validation.\n- `strip-unsupported-validation` will keep the parameters but strip unsupported validation.\n\n@default `strip-unsupported-validation`",
"enum": [
"strip-parameters-with-unsupported-validation",
"strip-unsupported-validation"
]
},
"temperature": {
"type": "number",
"description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.",
Expand Down