Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Feb 22, 2025

Summary

A new set of test suite-related objects and responses were added to the API, enabling the creation, retrieval, and updating of test suites, test suite runs, and associated data.

Added

  • Added a new object TestSuite to represent a test suite, along with its related DTOs: CreateTestSuiteDto and UpdateTestSuiteDto.
  • Introduced TestSuiteTestVoice to define a voice test within a test suite, with corresponding DTOs: CreateTestSuiteTestVoiceDto and UpdateTestSuiteTestVoiceDto.
  • Added TestSuiteRun to represent a test suite run, along with its related DTOs: CreateTestSuiteRunDto and UpdateTestSuiteRunDto.
  • Included TestSuiteRunTestResult to capture the results of a test within a test suite run.
  • Added TestSuiteRunScorerAI to capture the results of an AI scorer for a test attempt.
  • Introduced TestSuiteRunTestAttempt and TestSuiteRunTestAttemptCall to represent a test attempt and its associated call artifact.
  • Added TestSuiteTestsPaginatedResponse and TestSuiteRunsPaginatedResponse for paginated responses related to test suites and runs.
  • Added TestSuiteTestScorerAI to define the configuration for an AI scorer.

Removed

  • Nothing was removed.

Changed

  • Nothing else was changed.

@github-actions
Copy link
Contributor

@humford humford merged commit e5191a2 into main Feb 22, 2025
3 of 4 checks passed
@humford humford deleted the fern/update-api-specs branch February 22, 2025 01:56
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
* feat(openapi): add chatgpt-4o-latest model and Cartesia voice controls

* feat(openapi): add test suite and test run schemas and DTOs

---------

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants