Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Jan 20, 2025

Summary

The changes in this diff primarily involve updates to the knowledge base functionality and the introduction of a new object for defining workflows.

Added

  • Added the ability to specify an array of allowed values for the "enum" property in the "SemanticEntity" object.
  • Introduced a new "enum" property within the "SemanticEntity" object, allowing for the restriction of output from the model.
  • Added new objects for defining edge conditions and workflows: "SemanticEdgeCondition", "ProgrammaticEdgeCondition", "Edge", and "Workflow".
  • Included options for specifying a "workflowId" or a "workflow" object when making a request to the VapiModel.
  • Added a new "workflowId" property to the "VapiModel" object, allowing for the use of transient workflows.
  • Introduced a new "workflow" property in the "VapiModel" object, enabling the use of existing workflows.
  • Added a new "TrieveKnowledgeBaseChunkPlan" object for specifying chunk plans when creating or importing a Trieve knowledge base.
  • Introduced new options for creating or importing a Trieve knowledge base: "TrieveKnowledgeBaseCreate" and "TrieveKnowledgeBaseImport" objects.
  • Added new objects for defining conversation nodes: "Say", "Gather", and "CreateWorkflowDTO".

Removed

  • Removed the "vectorStoreProviderId" property from the "TrieveKnowledgeBase" object, which was previously used for specifying an existing vector store.
  • Removed the "TrieveKnowledgeBaseVectorStoreCreatePlan" and "TrieveKnowledgeBaseVectorStoreSearchPlan" objects, consolidating their functionality into the updated "TrieveKnowledgeBaseCreate" and "TrieveKnowledgeBaseSearchPlan" objects.

Changed

  • Modified the "description" field of the "server" property in the "TrieveKnowledgeBase" object to include a request and response example.
  • Updated the "concurrencyLimit" property in the "Subscription" object to "concurrencyCounter", with a new description and minimum value of 0.

Please note that I have focused on providing a concise and user-friendly changelog. If further detail is required, it can be added accordingly.

@github-actions
Copy link
Contributor

@fern-support fern-support merged commit 0d6f111 into main Jan 21, 2025
4 checks passed
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
* feat(api): add Gemini Flash 2.0 Multimodal Live API support

* feat(openapi): Add new credential types and Azure blob storage

* feat(openapi): update OpenAPI spec to support multiple providers for UpdatePhoneNumberDTO

* feat(openapi): add new tool types and improve tool configuration

* feat(openapi.json): added ClientInboundMessageEndCall object and EndCall action to the ClientInboundMessageTransfer properties.

* fix(openapi): remove orgId from logsQuery and logsDelete parameters and update type description and enum

* fix(openapi): update OpenAPI specification for knowledge base and workflows

---------

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