-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #551 from twilio-labs/dkundel/hotfix-ai-assistants
fix(ai-assistants-samples): remove unnecessary env variables
- Loading branch information
Showing
2 changed files
with
848 additions
and
101 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,35 @@ | ||
# description: SID of your Twilio Account or Subaccount | ||
# format: sid | ||
# link: https://www.twilio.com/console | ||
# required: true | ||
ACCOUNT_SID= | ||
|
||
# description: Auth Token of your Twilio Account or Subaacount | ||
# format: text | ||
# link: https://www.twilio.com/console | ||
# required: true | ||
AUTH_TOKEN= | ||
|
||
# description: The ID of your AI Assistant (starts with ai_asst_) | ||
# format: text | ||
# required: true | ||
# required: false | ||
# configurable: false | ||
ASSISTANT_SID= | ||
|
||
# description: API key for Google Maps service | ||
# format: text | ||
# required: true | ||
# required: false | ||
# configurable: false | ||
GOOGLE_MAPS_API_KEY= | ||
|
||
# description: API key for OpenAI used in Internet Search tool | ||
# format: secret | ||
# required: false | ||
# configurable: false | ||
OPENAI_API_KEY= | ||
|
||
# description: API key for Exa used in Internet Search tool | ||
# format: text | ||
# required: true | ||
# required: false | ||
# configurable: false | ||
EXA_API_KEY= | ||
|
||
# description: Flex Workflow SID used for Flex Handoffs | ||
# format: text | ||
# required: true | ||
# required: false | ||
# configurable: false | ||
FLEX_WORKFLOW_SID= | ||
|
||
# description: Flex Workspace SID used for Flex Handoffs | ||
# format: text | ||
# required: true | ||
# required: false | ||
# configurable: false | ||
FLEX_WORKSPACE_SID= |
Oops, something went wrong.