retell-sdk 5.12.0 → 5.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/internal/utils/env.js +2 -2
  3. package/internal/utils/env.js.map +1 -1
  4. package/internal/utils/env.mjs +2 -2
  5. package/internal/utils/env.mjs.map +1 -1
  6. package/package.json +1 -1
  7. package/resources/agent.d.mts +22 -45
  8. package/resources/agent.d.mts.map +1 -1
  9. package/resources/agent.d.ts +22 -45
  10. package/resources/agent.d.ts.map +1 -1
  11. package/resources/batch-call.d.mts +8 -17
  12. package/resources/batch-call.d.mts.map +1 -1
  13. package/resources/batch-call.d.ts +8 -17
  14. package/resources/batch-call.d.ts.map +1 -1
  15. package/resources/call.d.mts +55 -54
  16. package/resources/call.d.mts.map +1 -1
  17. package/resources/call.d.ts +55 -54
  18. package/resources/call.d.ts.map +1 -1
  19. package/resources/chat-agent.d.mts +10 -6
  20. package/resources/chat-agent.d.mts.map +1 -1
  21. package/resources/chat-agent.d.ts +10 -6
  22. package/resources/chat-agent.d.ts.map +1 -1
  23. package/resources/chat.d.mts +90 -76
  24. package/resources/chat.d.mts.map +1 -1
  25. package/resources/chat.d.ts +90 -76
  26. package/resources/chat.d.ts.map +1 -1
  27. package/resources/conversation-flow-component.d.mts +207 -48
  28. package/resources/conversation-flow-component.d.mts.map +1 -1
  29. package/resources/conversation-flow-component.d.ts +207 -48
  30. package/resources/conversation-flow-component.d.ts.map +1 -1
  31. package/resources/conversation-flow.d.mts +417 -99
  32. package/resources/conversation-flow.d.mts.map +1 -1
  33. package/resources/conversation-flow.d.ts +417 -99
  34. package/resources/conversation-flow.d.ts.map +1 -1
  35. package/resources/llm.d.mts +153 -9
  36. package/resources/llm.d.mts.map +1 -1
  37. package/resources/llm.d.ts +153 -9
  38. package/resources/llm.d.ts.map +1 -1
  39. package/resources/phone-number.d.mts +22 -125
  40. package/resources/phone-number.d.mts.map +1 -1
  41. package/resources/phone-number.d.ts +22 -125
  42. package/resources/phone-number.d.ts.map +1 -1
  43. package/resources/phone-number.js +14 -2
  44. package/resources/phone-number.js.map +1 -1
  45. package/resources/phone-number.mjs +14 -2
  46. package/resources/phone-number.mjs.map +1 -1
  47. package/resources/tests.d.mts +4 -8
  48. package/resources/tests.d.mts.map +1 -1
  49. package/resources/tests.d.ts +4 -8
  50. package/resources/tests.d.ts.map +1 -1
  51. package/src/internal/utils/env.ts +2 -2
  52. package/src/resources/agent.ts +23 -42
  53. package/src/resources/batch-call.ts +9 -15
  54. package/src/resources/call.ts +64 -47
  55. package/src/resources/chat-agent.ts +11 -3
  56. package/src/resources/chat.ts +106 -90
  57. package/src/resources/conversation-flow-component.ts +300 -48
  58. package/src/resources/conversation-flow.ts +606 -99
  59. package/src/resources/llm.ts +201 -6
  60. package/src/resources/phone-number.ts +22 -141
  61. package/src/resources/tests.ts +7 -9
  62. package/src/version.ts +1 -1
  63. package/version.d.mts +1 -1
  64. package/version.d.ts +1 -1
  65. package/version.js +1 -1
  66. package/version.mjs +1 -1
@@ -520,7 +520,7 @@ export declare namespace ConversationFlowResponse {
520
520
  /**
521
521
  * The LLM model to use
522
522
  */
523
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
523
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
524
524
  /**
525
525
  * Type of model choice
526
526
  */
@@ -904,7 +904,7 @@ export declare namespace ConversationFlowResponse {
904
904
  /**
905
905
  * The LLM model to use
906
906
  */
907
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
907
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
908
908
  /**
909
909
  * Type of model choice
910
910
  */
@@ -1419,7 +1419,7 @@ export declare namespace ConversationFlowResponse {
1419
1419
  * time (general tools + state tools + state edges).
1420
1420
  */
1421
1421
  name: string;
1422
- sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred;
1422
+ sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred | SendSMSTool.SMSContentTemplate;
1423
1423
  type: 'send_sms';
1424
1424
  /**
1425
1425
  * Describes what the tool does, sometimes can also include information about when
@@ -1461,6 +1461,14 @@ export declare namespace ConversationFlowResponse {
1461
1461
  prompt?: string;
1462
1462
  type?: 'inferred';
1463
1463
  }
1464
+ interface SMSContentTemplate {
1465
+ /**
1466
+ * The template to use for the SMS content. "info_collection" sends a predefined
1467
+ * message requesting information from the user.
1468
+ */
1469
+ template: 'info_collection';
1470
+ type: 'template';
1471
+ }
1464
1472
  }
1465
1473
  interface CustomTool {
1466
1474
  /**
@@ -1485,6 +1493,12 @@ export declare namespace ConversationFlowResponse {
1485
1493
  * Describes what this tool does and when to call this tool.
1486
1494
  */
1487
1495
  description?: string;
1496
+ /**
1497
+ * If true, play a typing sound on the agent audio track while this tool is
1498
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
1499
+ * silence on the call.
1500
+ */
1501
+ enable_typing_sound?: boolean;
1488
1502
  /**
1489
1503
  * The description for the sentence agent say during execution. Only applicable
1490
1504
  * when speak_during_execution is true. Can write what to say or even provide
@@ -1595,6 +1609,11 @@ export declare namespace ConversationFlowResponse {
1595
1609
  * Describes what this tool does and when to call this tool.
1596
1610
  */
1597
1611
  description?: string;
1612
+ /**
1613
+ * If true, play a typing sound on the agent audio track while this tool is
1614
+ * executing.
1615
+ */
1616
+ enable_typing_sound?: boolean;
1598
1617
  /**
1599
1618
  * The description for the sentence agent say during execution. Only applicable
1600
1619
  * when speak_during_execution is true.
@@ -1835,6 +1854,11 @@ export declare namespace ConversationFlowResponse {
1835
1854
  */
1836
1855
  name: string;
1837
1856
  type: 'mcp';
1857
+ /**
1858
+ * If true, play a typing sound on the agent audio track while this MCP tool is
1859
+ * executing.
1860
+ */
1861
+ enable_typing_sound?: boolean;
1838
1862
  /**
1839
1863
  * The description for the sentence agent say during execution. Only applicable
1840
1864
  * when speak_during_execution is true. Can write what to say or even provide
@@ -2052,7 +2076,7 @@ export declare namespace ConversationFlowResponse {
2052
2076
  /**
2053
2077
  * The LLM model to use
2054
2078
  */
2055
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
2079
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
2056
2080
  /**
2057
2081
  * Type of model choice
2058
2082
  */
@@ -2090,6 +2114,10 @@ export declare namespace ConversationFlowResponse {
2090
2114
  display_position?: FunctionNode.DisplayPosition;
2091
2115
  edges?: Array<FunctionNode.Edge>;
2092
2116
  else_edge?: FunctionNode.ElseEdge;
2117
+ /**
2118
+ * If true, play a typing sound while this function executes.
2119
+ */
2120
+ enable_typing_sound?: boolean;
2093
2121
  finetune_transition_examples?: Array<FunctionNode.FinetuneTransitionExample>;
2094
2122
  global_node_setting?: FunctionNode.GlobalNodeSetting;
2095
2123
  instruction?: FunctionNode.NodeInstructionPrompt | FunctionNode.NodeInstructionStaticText;
@@ -2366,7 +2394,7 @@ export declare namespace ConversationFlowResponse {
2366
2394
  /**
2367
2395
  * The LLM model to use
2368
2396
  */
2369
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
2397
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
2370
2398
  /**
2371
2399
  * Type of model choice
2372
2400
  */
@@ -2400,6 +2428,10 @@ export declare namespace ConversationFlowResponse {
2400
2428
  display_position?: CodeNode.DisplayPosition;
2401
2429
  edges?: Array<CodeNode.Edge>;
2402
2430
  else_edge?: CodeNode.ElseEdge;
2431
+ /**
2432
+ * If true, play a typing sound while code executes.
2433
+ */
2434
+ enable_typing_sound?: boolean;
2403
2435
  finetune_transition_examples?: Array<CodeNode.FinetuneTransitionExample>;
2404
2436
  global_node_setting?: CodeNode.GlobalNodeSetting;
2405
2437
  instruction?: CodeNode.NodeInstructionPrompt | CodeNode.NodeInstructionStaticText;
@@ -2688,7 +2720,7 @@ export declare namespace ConversationFlowResponse {
2688
2720
  /**
2689
2721
  * The LLM model to use
2690
2722
  */
2691
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
2723
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
2692
2724
  /**
2693
2725
  * Type of model choice
2694
2726
  */
@@ -3169,7 +3201,7 @@ export declare namespace ConversationFlowResponse {
3169
3201
  /**
3170
3202
  * The LLM model to use
3171
3203
  */
3172
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
3204
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
3173
3205
  /**
3174
3206
  * Type of model choice
3175
3207
  */
@@ -3410,7 +3442,7 @@ export declare namespace ConversationFlowResponse {
3410
3442
  /**
3411
3443
  * The LLM model to use
3412
3444
  */
3413
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
3445
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
3414
3446
  /**
3415
3447
  * Type of model choice
3416
3448
  */
@@ -3687,7 +3719,7 @@ export declare namespace ConversationFlowResponse {
3687
3719
  /**
3688
3720
  * The LLM model to use
3689
3721
  */
3690
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
3722
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
3691
3723
  /**
3692
3724
  * Type of model choice
3693
3725
  */
@@ -3704,7 +3736,7 @@ export declare namespace ConversationFlowResponse {
3704
3736
  */
3705
3737
  id: string;
3706
3738
  failed_edge: SMSNode.FailedEdge;
3707
- instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText;
3739
+ instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText | SMSNode.SMSInstructionTemplate;
3708
3740
  success_edge: SMSNode.SuccessEdge;
3709
3741
  /**
3710
3742
  * Type of the node
@@ -3792,6 +3824,17 @@ export declare namespace ConversationFlowResponse {
3792
3824
  */
3793
3825
  type: 'static_text';
3794
3826
  }
3827
+ interface SMSInstructionTemplate {
3828
+ /**
3829
+ * The template to use for the instruction. "info_collection" sends a predefined
3830
+ * message requesting information from the user.
3831
+ */
3832
+ template: 'info_collection';
3833
+ /**
3834
+ * Type of instruction
3835
+ */
3836
+ type: 'template';
3837
+ }
3795
3838
  interface SuccessEdge {
3796
3839
  /**
3797
3840
  * Unique identifier for the edge
@@ -3964,7 +4007,7 @@ export declare namespace ConversationFlowResponse {
3964
4007
  /**
3965
4008
  * The LLM model to use
3966
4009
  */
3967
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
4010
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
3968
4011
  /**
3969
4012
  * Type of model choice
3970
4013
  */
@@ -4350,7 +4393,7 @@ export declare namespace ConversationFlowResponse {
4350
4393
  /**
4351
4394
  * The LLM model to use
4352
4395
  */
4353
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
4396
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
4354
4397
  /**
4355
4398
  * Type of model choice
4356
4399
  */
@@ -4614,7 +4657,7 @@ export declare namespace ConversationFlowResponse {
4614
4657
  /**
4615
4658
  * The LLM model to use
4616
4659
  */
4617
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
4660
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
4618
4661
  /**
4619
4662
  * Type of model choice
4620
4663
  */
@@ -4652,6 +4695,10 @@ export declare namespace ConversationFlowResponse {
4652
4695
  display_position?: McpNode.DisplayPosition;
4653
4696
  edges?: Array<McpNode.Edge>;
4654
4697
  else_edge?: McpNode.ElseEdge;
4698
+ /**
4699
+ * If true, play a typing sound while MCP tool executes.
4700
+ */
4701
+ enable_typing_sound?: boolean;
4655
4702
  finetune_transition_examples?: Array<McpNode.FinetuneTransitionExample>;
4656
4703
  global_node_setting?: McpNode.GlobalNodeSetting;
4657
4704
  /**
@@ -4938,7 +4985,7 @@ export declare namespace ConversationFlowResponse {
4938
4985
  /**
4939
4986
  * The LLM model to use
4940
4987
  */
4941
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
4988
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
4942
4989
  /**
4943
4990
  * Type of model choice
4944
4991
  */
@@ -5403,7 +5450,7 @@ export declare namespace ConversationFlowResponse {
5403
5450
  /**
5404
5451
  * The LLM model to use
5405
5452
  */
5406
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
5453
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
5407
5454
  /**
5408
5455
  * Type of model choice
5409
5456
  */
@@ -5586,7 +5633,7 @@ export declare namespace ConversationFlowResponse {
5586
5633
  /**
5587
5634
  * The LLM model to use
5588
5635
  */
5589
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
5636
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
5590
5637
  /**
5591
5638
  * Type of model choice
5592
5639
  */
@@ -5686,6 +5733,12 @@ export declare namespace ConversationFlowResponse {
5686
5733
  * Describes what this tool does and when to call this tool.
5687
5734
  */
5688
5735
  description?: string;
5736
+ /**
5737
+ * If true, play a typing sound on the agent audio track while this tool is
5738
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
5739
+ * silence on the call.
5740
+ */
5741
+ enable_typing_sound?: boolean;
5689
5742
  /**
5690
5743
  * The description for the sentence agent say during execution. Only applicable
5691
5744
  * when speak_during_execution is true. Can write what to say or even provide
@@ -5904,7 +5957,7 @@ export declare namespace ConversationFlowResponse {
5904
5957
  /**
5905
5958
  * The LLM model to use
5906
5959
  */
5907
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
5960
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
5908
5961
  /**
5909
5962
  * Type of model choice
5910
5963
  */
@@ -6237,7 +6290,7 @@ export declare namespace ConversationFlowResponse {
6237
6290
  /**
6238
6291
  * The LLM model to use
6239
6292
  */
6240
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
6293
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
6241
6294
  /**
6242
6295
  * Type of model choice
6243
6296
  */
@@ -6621,7 +6674,7 @@ export declare namespace ConversationFlowResponse {
6621
6674
  /**
6622
6675
  * The LLM model to use
6623
6676
  */
6624
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
6677
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
6625
6678
  /**
6626
6679
  * Type of model choice
6627
6680
  */
@@ -7136,7 +7189,7 @@ export declare namespace ConversationFlowResponse {
7136
7189
  * time (general tools + state tools + state edges).
7137
7190
  */
7138
7191
  name: string;
7139
- sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred;
7192
+ sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred | SendSMSTool.SMSContentTemplate;
7140
7193
  type: 'send_sms';
7141
7194
  /**
7142
7195
  * Describes what the tool does, sometimes can also include information about when
@@ -7178,6 +7231,14 @@ export declare namespace ConversationFlowResponse {
7178
7231
  prompt?: string;
7179
7232
  type?: 'inferred';
7180
7233
  }
7234
+ interface SMSContentTemplate {
7235
+ /**
7236
+ * The template to use for the SMS content. "info_collection" sends a predefined
7237
+ * message requesting information from the user.
7238
+ */
7239
+ template: 'info_collection';
7240
+ type: 'template';
7241
+ }
7181
7242
  }
7182
7243
  interface CustomTool {
7183
7244
  /**
@@ -7202,6 +7263,12 @@ export declare namespace ConversationFlowResponse {
7202
7263
  * Describes what this tool does and when to call this tool.
7203
7264
  */
7204
7265
  description?: string;
7266
+ /**
7267
+ * If true, play a typing sound on the agent audio track while this tool is
7268
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
7269
+ * silence on the call.
7270
+ */
7271
+ enable_typing_sound?: boolean;
7205
7272
  /**
7206
7273
  * The description for the sentence agent say during execution. Only applicable
7207
7274
  * when speak_during_execution is true. Can write what to say or even provide
@@ -7312,6 +7379,11 @@ export declare namespace ConversationFlowResponse {
7312
7379
  * Describes what this tool does and when to call this tool.
7313
7380
  */
7314
7381
  description?: string;
7382
+ /**
7383
+ * If true, play a typing sound on the agent audio track while this tool is
7384
+ * executing.
7385
+ */
7386
+ enable_typing_sound?: boolean;
7315
7387
  /**
7316
7388
  * The description for the sentence agent say during execution. Only applicable
7317
7389
  * when speak_during_execution is true.
@@ -7552,6 +7624,11 @@ export declare namespace ConversationFlowResponse {
7552
7624
  */
7553
7625
  name: string;
7554
7626
  type: 'mcp';
7627
+ /**
7628
+ * If true, play a typing sound on the agent audio track while this MCP tool is
7629
+ * executing.
7630
+ */
7631
+ enable_typing_sound?: boolean;
7555
7632
  /**
7556
7633
  * The description for the sentence agent say during execution. Only applicable
7557
7634
  * when speak_during_execution is true. Can write what to say or even provide
@@ -7769,7 +7846,7 @@ export declare namespace ConversationFlowResponse {
7769
7846
  /**
7770
7847
  * The LLM model to use
7771
7848
  */
7772
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
7849
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
7773
7850
  /**
7774
7851
  * Type of model choice
7775
7852
  */
@@ -7807,6 +7884,10 @@ export declare namespace ConversationFlowResponse {
7807
7884
  display_position?: FunctionNode.DisplayPosition;
7808
7885
  edges?: Array<FunctionNode.Edge>;
7809
7886
  else_edge?: FunctionNode.ElseEdge;
7887
+ /**
7888
+ * If true, play a typing sound while this function executes.
7889
+ */
7890
+ enable_typing_sound?: boolean;
7810
7891
  finetune_transition_examples?: Array<FunctionNode.FinetuneTransitionExample>;
7811
7892
  global_node_setting?: FunctionNode.GlobalNodeSetting;
7812
7893
  instruction?: FunctionNode.NodeInstructionPrompt | FunctionNode.NodeInstructionStaticText;
@@ -8083,7 +8164,7 @@ export declare namespace ConversationFlowResponse {
8083
8164
  /**
8084
8165
  * The LLM model to use
8085
8166
  */
8086
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
8167
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
8087
8168
  /**
8088
8169
  * Type of model choice
8089
8170
  */
@@ -8117,6 +8198,10 @@ export declare namespace ConversationFlowResponse {
8117
8198
  display_position?: CodeNode.DisplayPosition;
8118
8199
  edges?: Array<CodeNode.Edge>;
8119
8200
  else_edge?: CodeNode.ElseEdge;
8201
+ /**
8202
+ * If true, play a typing sound while code executes.
8203
+ */
8204
+ enable_typing_sound?: boolean;
8120
8205
  finetune_transition_examples?: Array<CodeNode.FinetuneTransitionExample>;
8121
8206
  global_node_setting?: CodeNode.GlobalNodeSetting;
8122
8207
  instruction?: CodeNode.NodeInstructionPrompt | CodeNode.NodeInstructionStaticText;
@@ -8405,7 +8490,7 @@ export declare namespace ConversationFlowResponse {
8405
8490
  /**
8406
8491
  * The LLM model to use
8407
8492
  */
8408
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
8493
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
8409
8494
  /**
8410
8495
  * Type of model choice
8411
8496
  */
@@ -8886,7 +8971,7 @@ export declare namespace ConversationFlowResponse {
8886
8971
  /**
8887
8972
  * The LLM model to use
8888
8973
  */
8889
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
8974
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
8890
8975
  /**
8891
8976
  * Type of model choice
8892
8977
  */
@@ -9127,7 +9212,7 @@ export declare namespace ConversationFlowResponse {
9127
9212
  /**
9128
9213
  * The LLM model to use
9129
9214
  */
9130
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
9215
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
9131
9216
  /**
9132
9217
  * Type of model choice
9133
9218
  */
@@ -9404,7 +9489,7 @@ export declare namespace ConversationFlowResponse {
9404
9489
  /**
9405
9490
  * The LLM model to use
9406
9491
  */
9407
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
9492
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
9408
9493
  /**
9409
9494
  * Type of model choice
9410
9495
  */
@@ -9421,7 +9506,7 @@ export declare namespace ConversationFlowResponse {
9421
9506
  */
9422
9507
  id: string;
9423
9508
  failed_edge: SMSNode.FailedEdge;
9424
- instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText;
9509
+ instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText | SMSNode.SMSInstructionTemplate;
9425
9510
  success_edge: SMSNode.SuccessEdge;
9426
9511
  /**
9427
9512
  * Type of the node
@@ -9509,6 +9594,17 @@ export declare namespace ConversationFlowResponse {
9509
9594
  */
9510
9595
  type: 'static_text';
9511
9596
  }
9597
+ interface SMSInstructionTemplate {
9598
+ /**
9599
+ * The template to use for the instruction. "info_collection" sends a predefined
9600
+ * message requesting information from the user.
9601
+ */
9602
+ template: 'info_collection';
9603
+ /**
9604
+ * Type of instruction
9605
+ */
9606
+ type: 'template';
9607
+ }
9512
9608
  interface SuccessEdge {
9513
9609
  /**
9514
9610
  * Unique identifier for the edge
@@ -9681,7 +9777,7 @@ export declare namespace ConversationFlowResponse {
9681
9777
  /**
9682
9778
  * The LLM model to use
9683
9779
  */
9684
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
9780
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
9685
9781
  /**
9686
9782
  * Type of model choice
9687
9783
  */
@@ -10067,7 +10163,7 @@ export declare namespace ConversationFlowResponse {
10067
10163
  /**
10068
10164
  * The LLM model to use
10069
10165
  */
10070
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
10166
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
10071
10167
  /**
10072
10168
  * Type of model choice
10073
10169
  */
@@ -10331,7 +10427,7 @@ export declare namespace ConversationFlowResponse {
10331
10427
  /**
10332
10428
  * The LLM model to use
10333
10429
  */
10334
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
10430
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
10335
10431
  /**
10336
10432
  * Type of model choice
10337
10433
  */
@@ -10369,6 +10465,10 @@ export declare namespace ConversationFlowResponse {
10369
10465
  display_position?: McpNode.DisplayPosition;
10370
10466
  edges?: Array<McpNode.Edge>;
10371
10467
  else_edge?: McpNode.ElseEdge;
10468
+ /**
10469
+ * If true, play a typing sound while MCP tool executes.
10470
+ */
10471
+ enable_typing_sound?: boolean;
10372
10472
  finetune_transition_examples?: Array<McpNode.FinetuneTransitionExample>;
10373
10473
  global_node_setting?: McpNode.GlobalNodeSetting;
10374
10474
  /**
@@ -10655,7 +10755,7 @@ export declare namespace ConversationFlowResponse {
10655
10755
  /**
10656
10756
  * The LLM model to use
10657
10757
  */
10658
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
10758
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
10659
10759
  /**
10660
10760
  * Type of model choice
10661
10761
  */
@@ -11120,7 +11220,7 @@ export declare namespace ConversationFlowResponse {
11120
11220
  /**
11121
11221
  * The LLM model to use
11122
11222
  */
11123
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
11223
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
11124
11224
  /**
11125
11225
  * Type of model choice
11126
11226
  */
@@ -11303,7 +11403,7 @@ export declare namespace ConversationFlowResponse {
11303
11403
  /**
11304
11404
  * The LLM model to use
11305
11405
  */
11306
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
11406
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
11307
11407
  /**
11308
11408
  * Type of model choice
11309
11409
  */
@@ -11372,6 +11472,12 @@ export declare namespace ConversationFlowResponse {
11372
11472
  * Describes what this tool does and when to call this tool.
11373
11473
  */
11374
11474
  description?: string;
11475
+ /**
11476
+ * If true, play a typing sound on the agent audio track while this tool is
11477
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
11478
+ * silence on the call.
11479
+ */
11480
+ enable_typing_sound?: boolean;
11375
11481
  /**
11376
11482
  * The description for the sentence agent say during execution. Only applicable
11377
11483
  * when speak_during_execution is true. Can write what to say or even provide
@@ -11633,7 +11739,7 @@ export declare namespace ConversationFlowCreateParams {
11633
11739
  /**
11634
11740
  * The LLM model to use
11635
11741
  */
11636
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
11742
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
11637
11743
  /**
11638
11744
  * Type of model choice
11639
11745
  */
@@ -11966,7 +12072,7 @@ export declare namespace ConversationFlowCreateParams {
11966
12072
  /**
11967
12073
  * The LLM model to use
11968
12074
  */
11969
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
12075
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
11970
12076
  /**
11971
12077
  * Type of model choice
11972
12078
  */
@@ -12350,7 +12456,7 @@ export declare namespace ConversationFlowCreateParams {
12350
12456
  /**
12351
12457
  * The LLM model to use
12352
12458
  */
12353
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
12459
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
12354
12460
  /**
12355
12461
  * Type of model choice
12356
12462
  */
@@ -12865,7 +12971,7 @@ export declare namespace ConversationFlowCreateParams {
12865
12971
  * time (general tools + state tools + state edges).
12866
12972
  */
12867
12973
  name: string;
12868
- sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred;
12974
+ sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred | SendSMSTool.SMSContentTemplate;
12869
12975
  type: 'send_sms';
12870
12976
  /**
12871
12977
  * Describes what the tool does, sometimes can also include information about when
@@ -12907,6 +13013,14 @@ export declare namespace ConversationFlowCreateParams {
12907
13013
  prompt?: string;
12908
13014
  type?: 'inferred';
12909
13015
  }
13016
+ interface SMSContentTemplate {
13017
+ /**
13018
+ * The template to use for the SMS content. "info_collection" sends a predefined
13019
+ * message requesting information from the user.
13020
+ */
13021
+ template: 'info_collection';
13022
+ type: 'template';
13023
+ }
12910
13024
  }
12911
13025
  interface CustomTool {
12912
13026
  /**
@@ -12931,6 +13045,12 @@ export declare namespace ConversationFlowCreateParams {
12931
13045
  * Describes what this tool does and when to call this tool.
12932
13046
  */
12933
13047
  description?: string;
13048
+ /**
13049
+ * If true, play a typing sound on the agent audio track while this tool is
13050
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
13051
+ * silence on the call.
13052
+ */
13053
+ enable_typing_sound?: boolean;
12934
13054
  /**
12935
13055
  * The description for the sentence agent say during execution. Only applicable
12936
13056
  * when speak_during_execution is true. Can write what to say or even provide
@@ -13041,6 +13161,11 @@ export declare namespace ConversationFlowCreateParams {
13041
13161
  * Describes what this tool does and when to call this tool.
13042
13162
  */
13043
13163
  description?: string;
13164
+ /**
13165
+ * If true, play a typing sound on the agent audio track while this tool is
13166
+ * executing.
13167
+ */
13168
+ enable_typing_sound?: boolean;
13044
13169
  /**
13045
13170
  * The description for the sentence agent say during execution. Only applicable
13046
13171
  * when speak_during_execution is true.
@@ -13281,6 +13406,11 @@ export declare namespace ConversationFlowCreateParams {
13281
13406
  */
13282
13407
  name: string;
13283
13408
  type: 'mcp';
13409
+ /**
13410
+ * If true, play a typing sound on the agent audio track while this MCP tool is
13411
+ * executing.
13412
+ */
13413
+ enable_typing_sound?: boolean;
13284
13414
  /**
13285
13415
  * The description for the sentence agent say during execution. Only applicable
13286
13416
  * when speak_during_execution is true. Can write what to say or even provide
@@ -13498,7 +13628,7 @@ export declare namespace ConversationFlowCreateParams {
13498
13628
  /**
13499
13629
  * The LLM model to use
13500
13630
  */
13501
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
13631
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
13502
13632
  /**
13503
13633
  * Type of model choice
13504
13634
  */
@@ -13536,6 +13666,10 @@ export declare namespace ConversationFlowCreateParams {
13536
13666
  display_position?: FunctionNode.DisplayPosition;
13537
13667
  edges?: Array<FunctionNode.Edge>;
13538
13668
  else_edge?: FunctionNode.ElseEdge;
13669
+ /**
13670
+ * If true, play a typing sound while this function executes.
13671
+ */
13672
+ enable_typing_sound?: boolean;
13539
13673
  finetune_transition_examples?: Array<FunctionNode.FinetuneTransitionExample>;
13540
13674
  global_node_setting?: FunctionNode.GlobalNodeSetting;
13541
13675
  instruction?: FunctionNode.NodeInstructionPrompt | FunctionNode.NodeInstructionStaticText;
@@ -13812,7 +13946,7 @@ export declare namespace ConversationFlowCreateParams {
13812
13946
  /**
13813
13947
  * The LLM model to use
13814
13948
  */
13815
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
13949
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
13816
13950
  /**
13817
13951
  * Type of model choice
13818
13952
  */
@@ -13846,6 +13980,10 @@ export declare namespace ConversationFlowCreateParams {
13846
13980
  display_position?: CodeNode.DisplayPosition;
13847
13981
  edges?: Array<CodeNode.Edge>;
13848
13982
  else_edge?: CodeNode.ElseEdge;
13983
+ /**
13984
+ * If true, play a typing sound while code executes.
13985
+ */
13986
+ enable_typing_sound?: boolean;
13849
13987
  finetune_transition_examples?: Array<CodeNode.FinetuneTransitionExample>;
13850
13988
  global_node_setting?: CodeNode.GlobalNodeSetting;
13851
13989
  instruction?: CodeNode.NodeInstructionPrompt | CodeNode.NodeInstructionStaticText;
@@ -14134,7 +14272,7 @@ export declare namespace ConversationFlowCreateParams {
14134
14272
  /**
14135
14273
  * The LLM model to use
14136
14274
  */
14137
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
14275
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
14138
14276
  /**
14139
14277
  * Type of model choice
14140
14278
  */
@@ -14615,7 +14753,7 @@ export declare namespace ConversationFlowCreateParams {
14615
14753
  /**
14616
14754
  * The LLM model to use
14617
14755
  */
14618
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
14756
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
14619
14757
  /**
14620
14758
  * Type of model choice
14621
14759
  */
@@ -14856,7 +14994,7 @@ export declare namespace ConversationFlowCreateParams {
14856
14994
  /**
14857
14995
  * The LLM model to use
14858
14996
  */
14859
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
14997
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
14860
14998
  /**
14861
14999
  * Type of model choice
14862
15000
  */
@@ -15133,7 +15271,7 @@ export declare namespace ConversationFlowCreateParams {
15133
15271
  /**
15134
15272
  * The LLM model to use
15135
15273
  */
15136
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
15274
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
15137
15275
  /**
15138
15276
  * Type of model choice
15139
15277
  */
@@ -15150,7 +15288,7 @@ export declare namespace ConversationFlowCreateParams {
15150
15288
  */
15151
15289
  id: string;
15152
15290
  failed_edge: SMSNode.FailedEdge;
15153
- instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText;
15291
+ instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText | SMSNode.SMSInstructionTemplate;
15154
15292
  success_edge: SMSNode.SuccessEdge;
15155
15293
  /**
15156
15294
  * Type of the node
@@ -15238,6 +15376,17 @@ export declare namespace ConversationFlowCreateParams {
15238
15376
  */
15239
15377
  type: 'static_text';
15240
15378
  }
15379
+ interface SMSInstructionTemplate {
15380
+ /**
15381
+ * The template to use for the instruction. "info_collection" sends a predefined
15382
+ * message requesting information from the user.
15383
+ */
15384
+ template: 'info_collection';
15385
+ /**
15386
+ * Type of instruction
15387
+ */
15388
+ type: 'template';
15389
+ }
15241
15390
  interface SuccessEdge {
15242
15391
  /**
15243
15392
  * Unique identifier for the edge
@@ -15410,7 +15559,7 @@ export declare namespace ConversationFlowCreateParams {
15410
15559
  /**
15411
15560
  * The LLM model to use
15412
15561
  */
15413
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
15562
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
15414
15563
  /**
15415
15564
  * Type of model choice
15416
15565
  */
@@ -15796,7 +15945,7 @@ export declare namespace ConversationFlowCreateParams {
15796
15945
  /**
15797
15946
  * The LLM model to use
15798
15947
  */
15799
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
15948
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
15800
15949
  /**
15801
15950
  * Type of model choice
15802
15951
  */
@@ -16060,7 +16209,7 @@ export declare namespace ConversationFlowCreateParams {
16060
16209
  /**
16061
16210
  * The LLM model to use
16062
16211
  */
16063
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
16212
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
16064
16213
  /**
16065
16214
  * Type of model choice
16066
16215
  */
@@ -16098,6 +16247,10 @@ export declare namespace ConversationFlowCreateParams {
16098
16247
  display_position?: McpNode.DisplayPosition;
16099
16248
  edges?: Array<McpNode.Edge>;
16100
16249
  else_edge?: McpNode.ElseEdge;
16250
+ /**
16251
+ * If true, play a typing sound while MCP tool executes.
16252
+ */
16253
+ enable_typing_sound?: boolean;
16101
16254
  finetune_transition_examples?: Array<McpNode.FinetuneTransitionExample>;
16102
16255
  global_node_setting?: McpNode.GlobalNodeSetting;
16103
16256
  /**
@@ -16384,7 +16537,7 @@ export declare namespace ConversationFlowCreateParams {
16384
16537
  /**
16385
16538
  * The LLM model to use
16386
16539
  */
16387
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
16540
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
16388
16541
  /**
16389
16542
  * Type of model choice
16390
16543
  */
@@ -16849,7 +17002,7 @@ export declare namespace ConversationFlowCreateParams {
16849
17002
  /**
16850
17003
  * The LLM model to use
16851
17004
  */
16852
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
17005
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
16853
17006
  /**
16854
17007
  * Type of model choice
16855
17008
  */
@@ -17032,7 +17185,7 @@ export declare namespace ConversationFlowCreateParams {
17032
17185
  /**
17033
17186
  * The LLM model to use
17034
17187
  */
17035
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
17188
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
17036
17189
  /**
17037
17190
  * Type of model choice
17038
17191
  */
@@ -17404,7 +17557,7 @@ export declare namespace ConversationFlowCreateParams {
17404
17557
  /**
17405
17558
  * The LLM model to use
17406
17559
  */
17407
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
17560
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
17408
17561
  /**
17409
17562
  * Type of model choice
17410
17563
  */
@@ -17788,7 +17941,7 @@ export declare namespace ConversationFlowCreateParams {
17788
17941
  /**
17789
17942
  * The LLM model to use
17790
17943
  */
17791
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
17944
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
17792
17945
  /**
17793
17946
  * Type of model choice
17794
17947
  */
@@ -18303,7 +18456,7 @@ export declare namespace ConversationFlowCreateParams {
18303
18456
  * time (general tools + state tools + state edges).
18304
18457
  */
18305
18458
  name: string;
18306
- sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred;
18459
+ sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred | SendSMSTool.SMSContentTemplate;
18307
18460
  type: 'send_sms';
18308
18461
  /**
18309
18462
  * Describes what the tool does, sometimes can also include information about when
@@ -18345,6 +18498,14 @@ export declare namespace ConversationFlowCreateParams {
18345
18498
  prompt?: string;
18346
18499
  type?: 'inferred';
18347
18500
  }
18501
+ interface SMSContentTemplate {
18502
+ /**
18503
+ * The template to use for the SMS content. "info_collection" sends a predefined
18504
+ * message requesting information from the user.
18505
+ */
18506
+ template: 'info_collection';
18507
+ type: 'template';
18508
+ }
18348
18509
  }
18349
18510
  interface CustomTool {
18350
18511
  /**
@@ -18369,6 +18530,12 @@ export declare namespace ConversationFlowCreateParams {
18369
18530
  * Describes what this tool does and when to call this tool.
18370
18531
  */
18371
18532
  description?: string;
18533
+ /**
18534
+ * If true, play a typing sound on the agent audio track while this tool is
18535
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
18536
+ * silence on the call.
18537
+ */
18538
+ enable_typing_sound?: boolean;
18372
18539
  /**
18373
18540
  * The description for the sentence agent say during execution. Only applicable
18374
18541
  * when speak_during_execution is true. Can write what to say or even provide
@@ -18479,6 +18646,11 @@ export declare namespace ConversationFlowCreateParams {
18479
18646
  * Describes what this tool does and when to call this tool.
18480
18647
  */
18481
18648
  description?: string;
18649
+ /**
18650
+ * If true, play a typing sound on the agent audio track while this tool is
18651
+ * executing.
18652
+ */
18653
+ enable_typing_sound?: boolean;
18482
18654
  /**
18483
18655
  * The description for the sentence agent say during execution. Only applicable
18484
18656
  * when speak_during_execution is true.
@@ -18719,6 +18891,11 @@ export declare namespace ConversationFlowCreateParams {
18719
18891
  */
18720
18892
  name: string;
18721
18893
  type: 'mcp';
18894
+ /**
18895
+ * If true, play a typing sound on the agent audio track while this MCP tool is
18896
+ * executing.
18897
+ */
18898
+ enable_typing_sound?: boolean;
18722
18899
  /**
18723
18900
  * The description for the sentence agent say during execution. Only applicable
18724
18901
  * when speak_during_execution is true. Can write what to say or even provide
@@ -18936,7 +19113,7 @@ export declare namespace ConversationFlowCreateParams {
18936
19113
  /**
18937
19114
  * The LLM model to use
18938
19115
  */
18939
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
19116
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
18940
19117
  /**
18941
19118
  * Type of model choice
18942
19119
  */
@@ -18974,6 +19151,10 @@ export declare namespace ConversationFlowCreateParams {
18974
19151
  display_position?: FunctionNode.DisplayPosition;
18975
19152
  edges?: Array<FunctionNode.Edge>;
18976
19153
  else_edge?: FunctionNode.ElseEdge;
19154
+ /**
19155
+ * If true, play a typing sound while this function executes.
19156
+ */
19157
+ enable_typing_sound?: boolean;
18977
19158
  finetune_transition_examples?: Array<FunctionNode.FinetuneTransitionExample>;
18978
19159
  global_node_setting?: FunctionNode.GlobalNodeSetting;
18979
19160
  instruction?: FunctionNode.NodeInstructionPrompt | FunctionNode.NodeInstructionStaticText;
@@ -19250,7 +19431,7 @@ export declare namespace ConversationFlowCreateParams {
19250
19431
  /**
19251
19432
  * The LLM model to use
19252
19433
  */
19253
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
19434
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
19254
19435
  /**
19255
19436
  * Type of model choice
19256
19437
  */
@@ -19284,6 +19465,10 @@ export declare namespace ConversationFlowCreateParams {
19284
19465
  display_position?: CodeNode.DisplayPosition;
19285
19466
  edges?: Array<CodeNode.Edge>;
19286
19467
  else_edge?: CodeNode.ElseEdge;
19468
+ /**
19469
+ * If true, play a typing sound while code executes.
19470
+ */
19471
+ enable_typing_sound?: boolean;
19287
19472
  finetune_transition_examples?: Array<CodeNode.FinetuneTransitionExample>;
19288
19473
  global_node_setting?: CodeNode.GlobalNodeSetting;
19289
19474
  instruction?: CodeNode.NodeInstructionPrompt | CodeNode.NodeInstructionStaticText;
@@ -19572,7 +19757,7 @@ export declare namespace ConversationFlowCreateParams {
19572
19757
  /**
19573
19758
  * The LLM model to use
19574
19759
  */
19575
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
19760
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
19576
19761
  /**
19577
19762
  * Type of model choice
19578
19763
  */
@@ -20053,7 +20238,7 @@ export declare namespace ConversationFlowCreateParams {
20053
20238
  /**
20054
20239
  * The LLM model to use
20055
20240
  */
20056
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
20241
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
20057
20242
  /**
20058
20243
  * Type of model choice
20059
20244
  */
@@ -20294,7 +20479,7 @@ export declare namespace ConversationFlowCreateParams {
20294
20479
  /**
20295
20480
  * The LLM model to use
20296
20481
  */
20297
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
20482
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
20298
20483
  /**
20299
20484
  * Type of model choice
20300
20485
  */
@@ -20571,7 +20756,7 @@ export declare namespace ConversationFlowCreateParams {
20571
20756
  /**
20572
20757
  * The LLM model to use
20573
20758
  */
20574
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
20759
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
20575
20760
  /**
20576
20761
  * Type of model choice
20577
20762
  */
@@ -20588,7 +20773,7 @@ export declare namespace ConversationFlowCreateParams {
20588
20773
  */
20589
20774
  id: string;
20590
20775
  failed_edge: SMSNode.FailedEdge;
20591
- instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText;
20776
+ instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText | SMSNode.SMSInstructionTemplate;
20592
20777
  success_edge: SMSNode.SuccessEdge;
20593
20778
  /**
20594
20779
  * Type of the node
@@ -20676,6 +20861,17 @@ export declare namespace ConversationFlowCreateParams {
20676
20861
  */
20677
20862
  type: 'static_text';
20678
20863
  }
20864
+ interface SMSInstructionTemplate {
20865
+ /**
20866
+ * The template to use for the instruction. "info_collection" sends a predefined
20867
+ * message requesting information from the user.
20868
+ */
20869
+ template: 'info_collection';
20870
+ /**
20871
+ * Type of instruction
20872
+ */
20873
+ type: 'template';
20874
+ }
20679
20875
  interface SuccessEdge {
20680
20876
  /**
20681
20877
  * Unique identifier for the edge
@@ -20848,7 +21044,7 @@ export declare namespace ConversationFlowCreateParams {
20848
21044
  /**
20849
21045
  * The LLM model to use
20850
21046
  */
20851
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
21047
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
20852
21048
  /**
20853
21049
  * Type of model choice
20854
21050
  */
@@ -21234,7 +21430,7 @@ export declare namespace ConversationFlowCreateParams {
21234
21430
  /**
21235
21431
  * The LLM model to use
21236
21432
  */
21237
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
21433
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
21238
21434
  /**
21239
21435
  * Type of model choice
21240
21436
  */
@@ -21498,7 +21694,7 @@ export declare namespace ConversationFlowCreateParams {
21498
21694
  /**
21499
21695
  * The LLM model to use
21500
21696
  */
21501
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
21697
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
21502
21698
  /**
21503
21699
  * Type of model choice
21504
21700
  */
@@ -21536,6 +21732,10 @@ export declare namespace ConversationFlowCreateParams {
21536
21732
  display_position?: McpNode.DisplayPosition;
21537
21733
  edges?: Array<McpNode.Edge>;
21538
21734
  else_edge?: McpNode.ElseEdge;
21735
+ /**
21736
+ * If true, play a typing sound while MCP tool executes.
21737
+ */
21738
+ enable_typing_sound?: boolean;
21539
21739
  finetune_transition_examples?: Array<McpNode.FinetuneTransitionExample>;
21540
21740
  global_node_setting?: McpNode.GlobalNodeSetting;
21541
21741
  /**
@@ -21822,7 +22022,7 @@ export declare namespace ConversationFlowCreateParams {
21822
22022
  /**
21823
22023
  * The LLM model to use
21824
22024
  */
21825
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
22025
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
21826
22026
  /**
21827
22027
  * Type of model choice
21828
22028
  */
@@ -22287,7 +22487,7 @@ export declare namespace ConversationFlowCreateParams {
22287
22487
  /**
22288
22488
  * The LLM model to use
22289
22489
  */
22290
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
22490
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
22291
22491
  /**
22292
22492
  * Type of model choice
22293
22493
  */
@@ -22470,7 +22670,7 @@ export declare namespace ConversationFlowCreateParams {
22470
22670
  /**
22471
22671
  * The LLM model to use
22472
22672
  */
22473
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
22673
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
22474
22674
  /**
22475
22675
  * Type of model choice
22476
22676
  */
@@ -22570,6 +22770,12 @@ export declare namespace ConversationFlowCreateParams {
22570
22770
  * Describes what this tool does and when to call this tool.
22571
22771
  */
22572
22772
  description?: string;
22773
+ /**
22774
+ * If true, play a typing sound on the agent audio track while this tool is
22775
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
22776
+ * silence on the call.
22777
+ */
22778
+ enable_typing_sound?: boolean;
22573
22779
  /**
22574
22780
  * The description for the sentence agent say during execution. Only applicable
22575
22781
  * when speak_during_execution is true. Can write what to say or even provide
@@ -22839,6 +23045,12 @@ export declare namespace ConversationFlowCreateParams {
22839
23045
  * Describes what this tool does and when to call this tool.
22840
23046
  */
22841
23047
  description?: string;
23048
+ /**
23049
+ * If true, play a typing sound on the agent audio track while this tool is
23050
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
23051
+ * silence on the call.
23052
+ */
23053
+ enable_typing_sound?: boolean;
22842
23054
  /**
22843
23055
  * The description for the sentence agent say during execution. Only applicable
22844
23056
  * when speak_during_execution is true. Can write what to say or even provide
@@ -23466,7 +23678,7 @@ export declare namespace ConversationFlowUpdateParams {
23466
23678
  /**
23467
23679
  * The LLM model to use
23468
23680
  */
23469
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
23681
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
23470
23682
  /**
23471
23683
  * Type of model choice
23472
23684
  */
@@ -23850,7 +24062,7 @@ export declare namespace ConversationFlowUpdateParams {
23850
24062
  /**
23851
24063
  * The LLM model to use
23852
24064
  */
23853
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
24065
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
23854
24066
  /**
23855
24067
  * Type of model choice
23856
24068
  */
@@ -24365,7 +24577,7 @@ export declare namespace ConversationFlowUpdateParams {
24365
24577
  * time (general tools + state tools + state edges).
24366
24578
  */
24367
24579
  name: string;
24368
- sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred;
24580
+ sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred | SendSMSTool.SMSContentTemplate;
24369
24581
  type: 'send_sms';
24370
24582
  /**
24371
24583
  * Describes what the tool does, sometimes can also include information about when
@@ -24407,6 +24619,14 @@ export declare namespace ConversationFlowUpdateParams {
24407
24619
  prompt?: string;
24408
24620
  type?: 'inferred';
24409
24621
  }
24622
+ interface SMSContentTemplate {
24623
+ /**
24624
+ * The template to use for the SMS content. "info_collection" sends a predefined
24625
+ * message requesting information from the user.
24626
+ */
24627
+ template: 'info_collection';
24628
+ type: 'template';
24629
+ }
24410
24630
  }
24411
24631
  interface CustomTool {
24412
24632
  /**
@@ -24431,6 +24651,12 @@ export declare namespace ConversationFlowUpdateParams {
24431
24651
  * Describes what this tool does and when to call this tool.
24432
24652
  */
24433
24653
  description?: string;
24654
+ /**
24655
+ * If true, play a typing sound on the agent audio track while this tool is
24656
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
24657
+ * silence on the call.
24658
+ */
24659
+ enable_typing_sound?: boolean;
24434
24660
  /**
24435
24661
  * The description for the sentence agent say during execution. Only applicable
24436
24662
  * when speak_during_execution is true. Can write what to say or even provide
@@ -24541,6 +24767,11 @@ export declare namespace ConversationFlowUpdateParams {
24541
24767
  * Describes what this tool does and when to call this tool.
24542
24768
  */
24543
24769
  description?: string;
24770
+ /**
24771
+ * If true, play a typing sound on the agent audio track while this tool is
24772
+ * executing.
24773
+ */
24774
+ enable_typing_sound?: boolean;
24544
24775
  /**
24545
24776
  * The description for the sentence agent say during execution. Only applicable
24546
24777
  * when speak_during_execution is true.
@@ -24781,6 +25012,11 @@ export declare namespace ConversationFlowUpdateParams {
24781
25012
  */
24782
25013
  name: string;
24783
25014
  type: 'mcp';
25015
+ /**
25016
+ * If true, play a typing sound on the agent audio track while this MCP tool is
25017
+ * executing.
25018
+ */
25019
+ enable_typing_sound?: boolean;
24784
25020
  /**
24785
25021
  * The description for the sentence agent say during execution. Only applicable
24786
25022
  * when speak_during_execution is true. Can write what to say or even provide
@@ -24998,7 +25234,7 @@ export declare namespace ConversationFlowUpdateParams {
24998
25234
  /**
24999
25235
  * The LLM model to use
25000
25236
  */
25001
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
25237
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
25002
25238
  /**
25003
25239
  * Type of model choice
25004
25240
  */
@@ -25036,6 +25272,10 @@ export declare namespace ConversationFlowUpdateParams {
25036
25272
  display_position?: FunctionNode.DisplayPosition;
25037
25273
  edges?: Array<FunctionNode.Edge>;
25038
25274
  else_edge?: FunctionNode.ElseEdge;
25275
+ /**
25276
+ * If true, play a typing sound while this function executes.
25277
+ */
25278
+ enable_typing_sound?: boolean;
25039
25279
  finetune_transition_examples?: Array<FunctionNode.FinetuneTransitionExample>;
25040
25280
  global_node_setting?: FunctionNode.GlobalNodeSetting;
25041
25281
  instruction?: FunctionNode.NodeInstructionPrompt | FunctionNode.NodeInstructionStaticText;
@@ -25312,7 +25552,7 @@ export declare namespace ConversationFlowUpdateParams {
25312
25552
  /**
25313
25553
  * The LLM model to use
25314
25554
  */
25315
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
25555
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
25316
25556
  /**
25317
25557
  * Type of model choice
25318
25558
  */
@@ -25346,6 +25586,10 @@ export declare namespace ConversationFlowUpdateParams {
25346
25586
  display_position?: CodeNode.DisplayPosition;
25347
25587
  edges?: Array<CodeNode.Edge>;
25348
25588
  else_edge?: CodeNode.ElseEdge;
25589
+ /**
25590
+ * If true, play a typing sound while code executes.
25591
+ */
25592
+ enable_typing_sound?: boolean;
25349
25593
  finetune_transition_examples?: Array<CodeNode.FinetuneTransitionExample>;
25350
25594
  global_node_setting?: CodeNode.GlobalNodeSetting;
25351
25595
  instruction?: CodeNode.NodeInstructionPrompt | CodeNode.NodeInstructionStaticText;
@@ -25634,7 +25878,7 @@ export declare namespace ConversationFlowUpdateParams {
25634
25878
  /**
25635
25879
  * The LLM model to use
25636
25880
  */
25637
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
25881
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
25638
25882
  /**
25639
25883
  * Type of model choice
25640
25884
  */
@@ -26115,7 +26359,7 @@ export declare namespace ConversationFlowUpdateParams {
26115
26359
  /**
26116
26360
  * The LLM model to use
26117
26361
  */
26118
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
26362
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
26119
26363
  /**
26120
26364
  * Type of model choice
26121
26365
  */
@@ -26356,7 +26600,7 @@ export declare namespace ConversationFlowUpdateParams {
26356
26600
  /**
26357
26601
  * The LLM model to use
26358
26602
  */
26359
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
26603
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
26360
26604
  /**
26361
26605
  * Type of model choice
26362
26606
  */
@@ -26633,7 +26877,7 @@ export declare namespace ConversationFlowUpdateParams {
26633
26877
  /**
26634
26878
  * The LLM model to use
26635
26879
  */
26636
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
26880
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
26637
26881
  /**
26638
26882
  * Type of model choice
26639
26883
  */
@@ -26650,7 +26894,7 @@ export declare namespace ConversationFlowUpdateParams {
26650
26894
  */
26651
26895
  id: string;
26652
26896
  failed_edge: SMSNode.FailedEdge;
26653
- instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText;
26897
+ instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText | SMSNode.SMSInstructionTemplate;
26654
26898
  success_edge: SMSNode.SuccessEdge;
26655
26899
  /**
26656
26900
  * Type of the node
@@ -26738,6 +26982,17 @@ export declare namespace ConversationFlowUpdateParams {
26738
26982
  */
26739
26983
  type: 'static_text';
26740
26984
  }
26985
+ interface SMSInstructionTemplate {
26986
+ /**
26987
+ * The template to use for the instruction. "info_collection" sends a predefined
26988
+ * message requesting information from the user.
26989
+ */
26990
+ template: 'info_collection';
26991
+ /**
26992
+ * Type of instruction
26993
+ */
26994
+ type: 'template';
26995
+ }
26741
26996
  interface SuccessEdge {
26742
26997
  /**
26743
26998
  * Unique identifier for the edge
@@ -26910,7 +27165,7 @@ export declare namespace ConversationFlowUpdateParams {
26910
27165
  /**
26911
27166
  * The LLM model to use
26912
27167
  */
26913
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
27168
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
26914
27169
  /**
26915
27170
  * Type of model choice
26916
27171
  */
@@ -27296,7 +27551,7 @@ export declare namespace ConversationFlowUpdateParams {
27296
27551
  /**
27297
27552
  * The LLM model to use
27298
27553
  */
27299
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
27554
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
27300
27555
  /**
27301
27556
  * Type of model choice
27302
27557
  */
@@ -27560,7 +27815,7 @@ export declare namespace ConversationFlowUpdateParams {
27560
27815
  /**
27561
27816
  * The LLM model to use
27562
27817
  */
27563
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
27818
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
27564
27819
  /**
27565
27820
  * Type of model choice
27566
27821
  */
@@ -27598,6 +27853,10 @@ export declare namespace ConversationFlowUpdateParams {
27598
27853
  display_position?: McpNode.DisplayPosition;
27599
27854
  edges?: Array<McpNode.Edge>;
27600
27855
  else_edge?: McpNode.ElseEdge;
27856
+ /**
27857
+ * If true, play a typing sound while MCP tool executes.
27858
+ */
27859
+ enable_typing_sound?: boolean;
27601
27860
  finetune_transition_examples?: Array<McpNode.FinetuneTransitionExample>;
27602
27861
  global_node_setting?: McpNode.GlobalNodeSetting;
27603
27862
  /**
@@ -27884,7 +28143,7 @@ export declare namespace ConversationFlowUpdateParams {
27884
28143
  /**
27885
28144
  * The LLM model to use
27886
28145
  */
27887
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
28146
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
27888
28147
  /**
27889
28148
  * Type of model choice
27890
28149
  */
@@ -28349,7 +28608,7 @@ export declare namespace ConversationFlowUpdateParams {
28349
28608
  /**
28350
28609
  * The LLM model to use
28351
28610
  */
28352
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
28611
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
28353
28612
  /**
28354
28613
  * Type of model choice
28355
28614
  */
@@ -28532,7 +28791,7 @@ export declare namespace ConversationFlowUpdateParams {
28532
28791
  /**
28533
28792
  * The LLM model to use
28534
28793
  */
28535
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
28794
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
28536
28795
  /**
28537
28796
  * Type of model choice
28538
28797
  */
@@ -28632,6 +28891,12 @@ export declare namespace ConversationFlowUpdateParams {
28632
28891
  * Describes what this tool does and when to call this tool.
28633
28892
  */
28634
28893
  description?: string;
28894
+ /**
28895
+ * If true, play a typing sound on the agent audio track while this tool is
28896
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
28897
+ * silence on the call.
28898
+ */
28899
+ enable_typing_sound?: boolean;
28635
28900
  /**
28636
28901
  * The description for the sentence agent say during execution. Only applicable
28637
28902
  * when speak_during_execution is true. Can write what to say or even provide
@@ -28850,7 +29115,7 @@ export declare namespace ConversationFlowUpdateParams {
28850
29115
  /**
28851
29116
  * The LLM model to use
28852
29117
  */
28853
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
29118
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
28854
29119
  /**
28855
29120
  * Type of model choice
28856
29121
  */
@@ -29183,7 +29448,7 @@ export declare namespace ConversationFlowUpdateParams {
29183
29448
  /**
29184
29449
  * The LLM model to use
29185
29450
  */
29186
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
29451
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
29187
29452
  /**
29188
29453
  * Type of model choice
29189
29454
  */
@@ -29567,7 +29832,7 @@ export declare namespace ConversationFlowUpdateParams {
29567
29832
  /**
29568
29833
  * The LLM model to use
29569
29834
  */
29570
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
29835
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
29571
29836
  /**
29572
29837
  * Type of model choice
29573
29838
  */
@@ -30082,7 +30347,7 @@ export declare namespace ConversationFlowUpdateParams {
30082
30347
  * time (general tools + state tools + state edges).
30083
30348
  */
30084
30349
  name: string;
30085
- sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred;
30350
+ sms_content: SendSMSTool.SMSContentPredefined | SendSMSTool.SMSContentInferred | SendSMSTool.SMSContentTemplate;
30086
30351
  type: 'send_sms';
30087
30352
  /**
30088
30353
  * Describes what the tool does, sometimes can also include information about when
@@ -30124,6 +30389,14 @@ export declare namespace ConversationFlowUpdateParams {
30124
30389
  prompt?: string;
30125
30390
  type?: 'inferred';
30126
30391
  }
30392
+ interface SMSContentTemplate {
30393
+ /**
30394
+ * The template to use for the SMS content. "info_collection" sends a predefined
30395
+ * message requesting information from the user.
30396
+ */
30397
+ template: 'info_collection';
30398
+ type: 'template';
30399
+ }
30127
30400
  }
30128
30401
  interface CustomTool {
30129
30402
  /**
@@ -30148,6 +30421,12 @@ export declare namespace ConversationFlowUpdateParams {
30148
30421
  * Describes what this tool does and when to call this tool.
30149
30422
  */
30150
30423
  description?: string;
30424
+ /**
30425
+ * If true, play a typing sound on the agent audio track while this tool is
30426
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
30427
+ * silence on the call.
30428
+ */
30429
+ enable_typing_sound?: boolean;
30151
30430
  /**
30152
30431
  * The description for the sentence agent say during execution. Only applicable
30153
30432
  * when speak_during_execution is true. Can write what to say or even provide
@@ -30258,6 +30537,11 @@ export declare namespace ConversationFlowUpdateParams {
30258
30537
  * Describes what this tool does and when to call this tool.
30259
30538
  */
30260
30539
  description?: string;
30540
+ /**
30541
+ * If true, play a typing sound on the agent audio track while this tool is
30542
+ * executing.
30543
+ */
30544
+ enable_typing_sound?: boolean;
30261
30545
  /**
30262
30546
  * The description for the sentence agent say during execution. Only applicable
30263
30547
  * when speak_during_execution is true.
@@ -30498,6 +30782,11 @@ export declare namespace ConversationFlowUpdateParams {
30498
30782
  */
30499
30783
  name: string;
30500
30784
  type: 'mcp';
30785
+ /**
30786
+ * If true, play a typing sound on the agent audio track while this MCP tool is
30787
+ * executing.
30788
+ */
30789
+ enable_typing_sound?: boolean;
30501
30790
  /**
30502
30791
  * The description for the sentence agent say during execution. Only applicable
30503
30792
  * when speak_during_execution is true. Can write what to say or even provide
@@ -30715,7 +31004,7 @@ export declare namespace ConversationFlowUpdateParams {
30715
31004
  /**
30716
31005
  * The LLM model to use
30717
31006
  */
30718
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
31007
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
30719
31008
  /**
30720
31009
  * Type of model choice
30721
31010
  */
@@ -30753,6 +31042,10 @@ export declare namespace ConversationFlowUpdateParams {
30753
31042
  display_position?: FunctionNode.DisplayPosition;
30754
31043
  edges?: Array<FunctionNode.Edge>;
30755
31044
  else_edge?: FunctionNode.ElseEdge;
31045
+ /**
31046
+ * If true, play a typing sound while this function executes.
31047
+ */
31048
+ enable_typing_sound?: boolean;
30756
31049
  finetune_transition_examples?: Array<FunctionNode.FinetuneTransitionExample>;
30757
31050
  global_node_setting?: FunctionNode.GlobalNodeSetting;
30758
31051
  instruction?: FunctionNode.NodeInstructionPrompt | FunctionNode.NodeInstructionStaticText;
@@ -31029,7 +31322,7 @@ export declare namespace ConversationFlowUpdateParams {
31029
31322
  /**
31030
31323
  * The LLM model to use
31031
31324
  */
31032
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
31325
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
31033
31326
  /**
31034
31327
  * Type of model choice
31035
31328
  */
@@ -31063,6 +31356,10 @@ export declare namespace ConversationFlowUpdateParams {
31063
31356
  display_position?: CodeNode.DisplayPosition;
31064
31357
  edges?: Array<CodeNode.Edge>;
31065
31358
  else_edge?: CodeNode.ElseEdge;
31359
+ /**
31360
+ * If true, play a typing sound while code executes.
31361
+ */
31362
+ enable_typing_sound?: boolean;
31066
31363
  finetune_transition_examples?: Array<CodeNode.FinetuneTransitionExample>;
31067
31364
  global_node_setting?: CodeNode.GlobalNodeSetting;
31068
31365
  instruction?: CodeNode.NodeInstructionPrompt | CodeNode.NodeInstructionStaticText;
@@ -31351,7 +31648,7 @@ export declare namespace ConversationFlowUpdateParams {
31351
31648
  /**
31352
31649
  * The LLM model to use
31353
31650
  */
31354
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
31651
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
31355
31652
  /**
31356
31653
  * Type of model choice
31357
31654
  */
@@ -31832,7 +32129,7 @@ export declare namespace ConversationFlowUpdateParams {
31832
32129
  /**
31833
32130
  * The LLM model to use
31834
32131
  */
31835
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
32132
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
31836
32133
  /**
31837
32134
  * Type of model choice
31838
32135
  */
@@ -32073,7 +32370,7 @@ export declare namespace ConversationFlowUpdateParams {
32073
32370
  /**
32074
32371
  * The LLM model to use
32075
32372
  */
32076
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
32373
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
32077
32374
  /**
32078
32375
  * Type of model choice
32079
32376
  */
@@ -32350,7 +32647,7 @@ export declare namespace ConversationFlowUpdateParams {
32350
32647
  /**
32351
32648
  * The LLM model to use
32352
32649
  */
32353
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
32650
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
32354
32651
  /**
32355
32652
  * Type of model choice
32356
32653
  */
@@ -32367,7 +32664,7 @@ export declare namespace ConversationFlowUpdateParams {
32367
32664
  */
32368
32665
  id: string;
32369
32666
  failed_edge: SMSNode.FailedEdge;
32370
- instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText;
32667
+ instruction: SMSNode.NodeInstructionPrompt | SMSNode.NodeInstructionStaticText | SMSNode.SMSInstructionTemplate;
32371
32668
  success_edge: SMSNode.SuccessEdge;
32372
32669
  /**
32373
32670
  * Type of the node
@@ -32455,6 +32752,17 @@ export declare namespace ConversationFlowUpdateParams {
32455
32752
  */
32456
32753
  type: 'static_text';
32457
32754
  }
32755
+ interface SMSInstructionTemplate {
32756
+ /**
32757
+ * The template to use for the instruction. "info_collection" sends a predefined
32758
+ * message requesting information from the user.
32759
+ */
32760
+ template: 'info_collection';
32761
+ /**
32762
+ * Type of instruction
32763
+ */
32764
+ type: 'template';
32765
+ }
32458
32766
  interface SuccessEdge {
32459
32767
  /**
32460
32768
  * Unique identifier for the edge
@@ -32627,7 +32935,7 @@ export declare namespace ConversationFlowUpdateParams {
32627
32935
  /**
32628
32936
  * The LLM model to use
32629
32937
  */
32630
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
32938
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
32631
32939
  /**
32632
32940
  * Type of model choice
32633
32941
  */
@@ -33013,7 +33321,7 @@ export declare namespace ConversationFlowUpdateParams {
33013
33321
  /**
33014
33322
  * The LLM model to use
33015
33323
  */
33016
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
33324
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
33017
33325
  /**
33018
33326
  * Type of model choice
33019
33327
  */
@@ -33277,7 +33585,7 @@ export declare namespace ConversationFlowUpdateParams {
33277
33585
  /**
33278
33586
  * The LLM model to use
33279
33587
  */
33280
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
33588
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
33281
33589
  /**
33282
33590
  * Type of model choice
33283
33591
  */
@@ -33315,6 +33623,10 @@ export declare namespace ConversationFlowUpdateParams {
33315
33623
  display_position?: McpNode.DisplayPosition;
33316
33624
  edges?: Array<McpNode.Edge>;
33317
33625
  else_edge?: McpNode.ElseEdge;
33626
+ /**
33627
+ * If true, play a typing sound while MCP tool executes.
33628
+ */
33629
+ enable_typing_sound?: boolean;
33318
33630
  finetune_transition_examples?: Array<McpNode.FinetuneTransitionExample>;
33319
33631
  global_node_setting?: McpNode.GlobalNodeSetting;
33320
33632
  /**
@@ -33601,7 +33913,7 @@ export declare namespace ConversationFlowUpdateParams {
33601
33913
  /**
33602
33914
  * The LLM model to use
33603
33915
  */
33604
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
33916
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
33605
33917
  /**
33606
33918
  * Type of model choice
33607
33919
  */
@@ -34066,7 +34378,7 @@ export declare namespace ConversationFlowUpdateParams {
34066
34378
  /**
34067
34379
  * The LLM model to use
34068
34380
  */
34069
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
34381
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
34070
34382
  /**
34071
34383
  * Type of model choice
34072
34384
  */
@@ -34249,7 +34561,7 @@ export declare namespace ConversationFlowUpdateParams {
34249
34561
  /**
34250
34562
  * The LLM model to use
34251
34563
  */
34252
- model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
34564
+ model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5.4' | 'gpt-5.4-mini' | 'gpt-5.4-nano' | 'claude-4.5-sonnet' | 'claude-4.6-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash' | 'gemini-3.1-flash-lite';
34253
34565
  /**
34254
34566
  * Type of model choice
34255
34567
  */
@@ -34318,6 +34630,12 @@ export declare namespace ConversationFlowUpdateParams {
34318
34630
  * Describes what this tool does and when to call this tool.
34319
34631
  */
34320
34632
  description?: string;
34633
+ /**
34634
+ * If true, play a typing sound on the agent audio track while this tool is
34635
+ * executing. Useful when the tool takes a noticeable amount of time to prevent
34636
+ * silence on the call.
34637
+ */
34638
+ enable_typing_sound?: boolean;
34321
34639
  /**
34322
34640
  * The description for the sentence agent say during execution. Only applicable
34323
34641
  * when speak_during_execution is true. Can write what to say or even provide