We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad03089 commit 3eb4e77Copy full SHA for 3eb4e77
docs/release_notes.md
@@ -42,6 +42,8 @@
42
```
43
- [Orchestration] Deprecated models `OrchestrationAiModel.CLAUDE_3_OPUS` and `OrchestrationAiModel.CLAUDE_3_5_SONNET`.
44
- Replacement are respectively `OrchestrationAiModel.CLAUDE_4_OPUS` and `OrchestrationAiModel.CLAUDE_4_SONNET`.
45
+- Inner record classes and their creator methods in model interfaces are renamed to be more descriptive and type-specific.
46
+ - eg: `InnerString` -> `ListOfStrings`, `create()` -> `createListOfStrings()`
47
48
### ✨ New Functionality
49
0 commit comments