twilio-labs / function-templates

Twilio Function templates for different Voice, SMS, Video, Chat, Sync, etc use cases
MIT License
339 stars 317 forks source link

fix(ai-assistants-samples): remove unnecessary env variables #551

Closed dkundel closed 1 month ago

dkundel commented 1 month ago

Description

Removing the need to specify ACCOUNT_SID and AUTH_TOKEN as these are auto inserted by Twilio Functions. Also marking all variables as not required as none of them are required to deploy.

Checklist

Related issues