We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4a9db commit b9ee689Copy full SHA for b9ee689
Sources/ElevenLabsSwift/ElevenLabsSwift.swift
@@ -216,8 +216,8 @@ public class ElevenLabsSDK {
216
}
217
218
// MARK: - Connection
219
-
220
- public enum DynamicVariableValue : Sendable{
+
+ public enum DynamicVariableValue: Sendable {
221
case string(String)
222
case number(Double)
223
case boolean(Bool)
@@ -294,7 +294,7 @@ public class ElevenLabsSDK {
294
if let customBody = config.customLlmExtraBody {
295
initEvent["custom_llm_extra_body"] = customBody.mapValues { $0.jsonValue }
296
297
298
// add dynamic variables if present
299
if let dynamicVars = config.dynamicVariables {
300
initEvent["dynamic_variables"] = dynamicVars
0 commit comments