Skip to content
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

fix: pass begin_message for updating LLM #14327

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

Udit-takkar
Copy link
Contributor

@Udit-takkar Udit-takkar commented Apr 4, 2024

What does this PR do?

Fixes # (issue) pass begin_message property to update_retell_llm https://docs.retellai.com/api-references/update-retell-llm

@graphite-app graphite-app bot requested a review from a team April 4, 2024 08:34
@dosubot dosubot bot added core area: core, team members only 🐛 bug Something isn't working labels Apr 4, 2024
Copy link
Contributor

github-actions bot commented Apr 4, 2024

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

Copy link

graphite-app bot commented Apr 4, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (04/04/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Copy link

vercel bot commented Apr 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 8:37am

Copy link
Contributor

github-actions bot commented Apr 4, 2024

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

deploysentinel bot commented Apr 4, 2024

Current Playwright Test Results Summary

✅ 300 Passing - ⚠️ 12 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 04/04/2024 08:48:55am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 736a3cf

Started: 04/04/2024 08:45:57am UTC

⚠️ Flakes

📄   apps/web/playwright/booking-seats.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Booking with Seats User can create a seated event (2 seats as example)
Retry 1Initial Attempt
0.53% (1) 1 / 189 run
failed over last 7 days
2.12% (4) 4 / 189 runs
flaked over last 7 days

📄   apps/web/playwright/event-types.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Event Types tests -- future user Different Locations Tests Can remove location from multiple locations that are saved
Retry 1Initial Attempt
0.53% (1) 1 / 188 run
failed over last 7 days
5.85% (11) 11 / 188 runs
flaked over last 7 days

📄   apps/web/playwright/booking-pages.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
pro user -- legacy cannot book an unconfirmed event multiple times with the same email
Retry 1Initial Attempt
0.53% (1) 1 / 190 run
failed over last 7 days
0.53% (1) 1 / 190 run
flaked over last 7 days

📄   packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Routing Forms Seeded Routing Form Test preview should return correct route
Retry 1Initial Attempt
0% (0) 0 / 192 runs
failed over last 7 days
12.50% (24) 24 / 192 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 8 Flakes

Top 1 Common Error Messages

null

8 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should open embed iframe on click - Configured with light theme
Retry 1Initial Attempt
1.04% (2) 2 / 192 runs
failed over last 7 days
64.58% (124) 124 / 192 runs
flaked over last 7 days
Popup Tests should be able to reschedule
Retry 1Initial Attempt
-187.88% (-124) -124 / 66 runs
failed over last 7 days
187.88% (124) 124 / 66 runs
flaked over last 7 days
Popup Tests should open Routing Forms embed on click
Retry 1Initial Attempt
-190.63% (-122) -122 / 64 runs
failed over last 7 days
190.63% (122) 122 / 64 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe according to system theme when no theme is configured through Embed API
Retry 1Initial Attempt
-190.63% (-122) -122 / 64 runs
failed over last 7 days
190.63% (122) 122 / 64 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe according to system theme when configured with 'auto' theme using Embed API
Retry 1Initial Attempt
-190.63% (-122) -122 / 64 runs
failed over last 7 days
190.63% (122) 122 / 64 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe(Booker Profile Page) with dark theme when configured with dark theme using Embed API
Retry 1Initial Attempt
-190.63% (-122) -122 / 64 runs
failed over last 7 days
190.63% (122) 122 / 64 runs
flaked over last 7 days
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe(Event Booking Page) with dark theme when configured with dark theme using Embed API
Retry 1Initial Attempt
-190.63% (-122) -122 / 64 runs
failed over last 7 days
190.63% (122) 122 / 64 runs
flaked over last 7 days
Popup Tests prendered embed should be loaded and apply the config given to it
Retry 1Initial Attempt
-190.63% (-122) -122 / 64 runs
failed over last 7 days
190.63% (122) 122 / 64 runs
flaked over last 7 days

View Detailed Build Results


@Udit-takkar Udit-takkar added the 🚨 urgent Created by Linear-GitHub Sync label Apr 4, 2024
@Udit-takkar Udit-takkar added this to the v4.0 milestone Apr 4, 2024
@PeerRich PeerRich merged commit d1175bf into main Apr 4, 2024
40 checks passed
@PeerRich PeerRich deleted the fix/update-begin-message branch April 4, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working consumer core area: core, team members only 🚨 urgent Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants