Skip to content

Commit b8d2d2c

Browse files
[DOCS] Update release notes (#31953)
1 parent a7283f4 commit b8d2d2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/articles_en/about-openvino/release-notes-openvino.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ OpenVINO Node.js API
115115
* `Model.reshape` method has been exposed, including type conversion ability and type validation helpers, useful for reshaping LLMs.
116116
* Support for ov-node types in TypeScript part of bindings has been extended, enabling direct integration with the JavaScript API.
117117
* Wrapping of `compileModel()` method has been fixed to allow checking type of returned objects.
118+
* The version of LLMPipeline.generate() that returns strings is now deprecated.
119+
Starting with 2026.0.0 LLMPipeline.generate() will return DecodedResults by default.
120+
To use the new behavior with current release, set ``["return_decoded_results": true]`` in GenerationConfig.
118121

119122

120123
PyTorch Framework Support

0 commit comments

Comments
 (0)