Conversation
Co-Authored-By: Deyaa Shaheen <deyasaleh2@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
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
Vapi retired Workflows on 2026-08-18, so
vapi.start(NEXT_PUBLIC_VAPI_WORKFLOW_ID)now fails with a 400 ("Workflows were retired... Build with Assistants or Squads instead"). The "generate" flow is moved onto an inline assistant, and interview creation — previously done by the workflow's server step — is now driven from the client after the call.constants: newgenerator: CreateAssistantDTOthat asks for role, level, techstack, focus, and question count, and ends the call itself viatools: [{ type: "endCall" }].Agent.tsx:vapi.start(generator, { variableValues: { username, userid } }); on call end in generate mode it POSTs the transcript to/api/vapi/generatebefore routing home./api/vapi/generate: accepts the new transcript shape while staying backward compatible with explicit fields:NEXT_PUBLIC_VAPI_WORKFLOW_IDis no longer used and can be dropped from the env.Link to Devin session: https://app.devin.ai/sessions/2445170116a6436db60a4a4242adf506
Open in Devin Desktop: https://app.devin.ai/desktop/session/2445170116a6436db60a4a4242adf506?variant=devin