-
Notifications
You must be signed in to change notification settings - Fork 66
🌿 ✨ [Scheduled] Update API Spec #199
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ases, and other improvements to the OpenAPI spec
…ssage configuration
… redundant fields
Succinctly, this commit fixes the `openapi.json` file by updating the `AnalyticsController` to use a `post` method instead of `get`, and it also updates several enum values to have the correct spelling and casing.
Contributor
|
🌿 Preview your docs: https://vapi-preview-264073f9-6026-4aa4-9ba1-0fa3ad33a2bb.docs.buildwithfern.com |
- Change default sort order for pagination to 'DESC' - Add new Google model 'gemini-2.0-flash-thinking-exp' - Add new Grok model 'grok-2' - Add new Mistral pipeline errors - Remove 'UpdateWorkflowDTO' schema - Add 'EvalsPaginatedResponse', 'EvalTest', 'EvalTestsPaginatedResponse', 'EvalRunsPaginatedResponse' schemas
Contributor
|
🌿 Preview your docs: https://vapi-preview-63dbac68-a51b-46cc-9d6f-be3c57ab0866.docs.buildwithfern.com |
skeptrunedev
referenced
this pull request
in devflowinc/vapi-docs
Mar 5, 2025
* feat(openapi): add and update schemas for backoff plan, chat completion, and more * fix(openapi): replace HttpRequest with ApiRequest and add silenceTimeoutMessage * feat(openapi): add mipOptOut, acknowledgementPhrases, interruptionPhrases, and other improvements to the OpenAPI spec * feat(openapi): add pciEnabled and hook fields to schemas * fix(fern/apis/api/openapi.json): Add blocking boolean to tool call message configuration * feat(openapi): add Transfer and SayHook, update ApiRequest and GatherTask * fix(openapi): update schema to reflect new edge conditions and remove redundant fields * feat(api): add gpt-4o-2024-08-06-ptu model and pcap packet capture support * fix(openapi): update AnalyticsController and enum values Succinctly, this commit fixes the `openapi.json` file by updating the `AnalyticsController` to use a `post` method instead of `get`, and it also updates several enum values to have the correct spelling and casing. * feat(openapi): add compliance plan and eval endpoints * feat(openapi): Add and update Eval endpoints and models * fix(openapi): Update OpenAPI specification for pagination and tests - Change default sort order for pagination to 'DESC' - Add new Google model 'gemini-2.0-flash-thinking-exp' - Add new Grok model 'grok-2' - Add new Mistral pipeline errors - Remove 'UpdateWorkflowDTO' schema - Add 'EvalsPaginatedResponse', 'EvalTest', 'EvalTestsPaginatedResponse', 'EvalRunsPaginatedResponse' schemas --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The API has undergone significant changes, including the removal of the
/evalendpoint and the addition of new features such as theTransferAssistantHookActionobject, theAssistantHookFilterobject, and various updates to theTokenobject.Removed
/evalendpoint and all its associated operations have been removed.Added
TransferAssistantHookActionobject for specifying transfer actions in assistants.AssistantHookFilterobject for defining filters that trigger assistant hooks.Tokenobject:tag,id,orgId,createdAt,updatedAt, andvalue.Tokenobject for defining tokens with various properties.UpdateTokenDTOobject for updating token details.SyncVoiceLibraryDTOobject for syncing voice libraries.Evalobject for evaluation data, includingid,orgId,createdAt,updatedAt, andname.EvalsPaginatedResponseobject for paginated evaluation responses.CreateEvalDtoandUpdateEvalDtoobjects for creating and updating evaluations.EvalTestVoiceobject for evaluation test details, including scorers, type, ID, and script.EvalTestobject for evaluation test data.EvalRunTestAttemptCallobject for details of a call made during an evaluation run test attempt.EvalRunScorerobject for defining scorers for evaluation run test attempts.EvalRunTestAttemptobject for evaluation run test attempt details.EvalRunTestResultobject for evaluation run test results.EvalRunobject for evaluation run data, including status, ID, test results, and name.EvalRunsPaginatedResponseobject for paginated evaluation run responses.CreateEvalRunDtoandUpdateEvalRunDtoobjects for creating and updating evaluation runs.ClientMessageWorkflowNodeStartedobject for sending workflow node started messages to clients.pipeline-error-mistral-llm-failed,pipeline-error-mistral-400-bad-request-validation-failed,pipeline-error-mistral-401-unauthorized,pipeline-error-mistral-403-model-access-denied,pipeline-error-mistral-429-exceeded-quota, andpipeline-error-mistral-500-server-error.Changed
Tokenobject has been updated with new properties and is now more comprehensive.Evalobject has been updated with new properties and is now more comprehensive.EvalTestobject has been updated with new properties and is now more comprehensive.EvalRunobject has been updated with new properties and is now more comprehensive.ClientMessageWorkflowNodeStartedobject has been added as a possible message type in theClientMessageConversationUpdateobject.ClientMessageConversationUpdateobject.