Skip to content

Commit 3eb4e77

Browse files
committed
Add release notes
1 parent ad03089 commit 3eb4e77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
```
4343
- [Orchestration] Deprecated models `OrchestrationAiModel.CLAUDE_3_OPUS` and `OrchestrationAiModel.CLAUDE_3_5_SONNET`.
4444
- 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()`
4547

4648
### ✨ New Functionality
4749

0 commit comments

Comments
 (0)