Skip to content

Commit f6adbe9

Browse files
committed
refactor(assistant-v2): parameter names changed for v4
BREAKING CHANGE: For `updateValue`, parameter `new_type` is changed to `new_value_type`. For `updateDialogNode`, parameter `new_type` is changed to `new_node_type`.
1 parent 4757091 commit f6adbe9

File tree

4 files changed

+721
-2084
lines changed

4 files changed

+721
-2084
lines changed

UPGRADE-4.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ The following services have been deprecated for an extended period of time and w
6161
### Assistant V1 Compatibility
6262
- Parameter name changed: `export` -> `_export` (_All instances_)
6363

64+
#### updateValue
65+
- Parameter name changed: `new_type` -> `new_value_type`
66+
67+
#### updateDialogNode
68+
- Parameter name changed: `new_type` -> `new_node_type`
69+
6470
### Assistant V2 Compatibility
6571
- Interface `MessageContextSkill` removed
6672

0 commit comments

Comments
 (0)