2
0

🚸 (elevenlabs) Add set variable indication

This commit is contained in:
Baptiste Arnaud
2024-02-08 09:05:44 +01:00
parent 5f2ed4bf81
commit d91e212a75

View File

@ -32,6 +32,8 @@ export const convertTextToSpeech = createAction({
inputType: 'variableDropdown',
}),
}),
getSetVariableIds: ({ saveUrlInVariableId }) =>
saveUrlInVariableId ? [saveUrlInVariableId] : [],
fetchers: [
{
id: 'fetchVoices',