Skip to content

Commit

Permalink
Test action fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr1sh1 committed Mar 1, 2024
1 parent f07a13f commit 327603a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/respond.protected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export const handler: ServerlessFunctionSignature<TwilioEnvironmentVariables, Re
const twiml_response = new Twilio.twiml.VoiceResponse();
const response = new Twilio.Response();

openai.api

Check failure on line 37 in functions/respond.protected.ts

View workflow job for this annotation

GitHub Actions / deploy

Property 'api' does not exist on type 'OpenAI'.

const cookies = event.request.cookies;
const conversation: Conversation = cookies.convo ?
JSON.parse(decodeURIComponent(cookies.convo)) :
Expand Down

0 comments on commit 327603a

Please sign in to comment.