Skip to content

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Dec 11, 2024

Summary

This update includes the addition of new tool types and improvements to existing tool definitions.

Added

  • New tool types: BashTool, ComputerTool, and TextEditorTool with corresponding create Data Transfer Objects (DTOs).
  • New fields for all tools: subType, id, orgId, createdAt, and updatedAt.
  • New optional field for ComputerTool: displayNumber.

Changed

  • Renamed CreateOutputToolDTO to BashTool.
  • Updated type field descriptions for all tools to reflect the new tool types.
  • Updated description fields for various properties in the Payment object.

Removed

  • Nothing was removed in this update.

fern-api bot and others added 10 commits December 6, 2024 00:03
…dential

This commit introduces a new object, Oauth2AuthenticationSession, which includes properties for the OAuth2 access token and its expiration. It also updates the XAiCredential schema to include an "authenticationSession" field, providing details about the authentication plan.
This commit adds new tool types: BashTool, ComputerTool, and TextEditorTool. It also renames CreateOutputToolDTO to CreateBashToolDTO and includes updates to the function definitions and descriptions for these tools. Additionally, there are changes to the payment object descriptions and the inclusion of a new error type, "pipeline-error-tavus-video-failed".
Copy link
Contributor

@humford humford merged commit dd5da5a into main Dec 11, 2024
4 checks passed
@humford humford deleted the fern/update-api-specs branch December 11, 2024 00:21
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
* refactor(openapi): remove CanonicalKnowledgeBase and add OAuth2AuthenticationPlan

* feat(openapi.json): Add Oauth2AuthenticationSession and update XAiCredential

This commit introduces a new object, Oauth2AuthenticationSession, which includes properties for the OAuth2 access token and its expiration. It also updates the XAiCredential schema to include an "authenticationSession" field, providing details about the authentication plan.

* fix(fern/apis/api): add tavus video failure pipeline error code

* fix(fern/apis/api): remove tavus video error from openapi.json

* feat(openapi): Add Bash, Computer, and TextEditor tools

This commit adds new tool types: BashTool, ComputerTool, and TextEditorTool. It also renames CreateOutputToolDTO to CreateBashToolDTO and includes updates to the function definitions and descriptions for these tools. Additionally, there are changes to the payment object descriptions and the inclusion of a new error type, "pipeline-error-tavus-video-failed".

---------

Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Nikhil Gupta <22201788+nikhilro@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