Skip to content

Commit 0bca27e

Browse files
committed
Fix setting ID in release notes
1 parent bc33ea2 commit 0bca27e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release-notes/v1_112.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ For more information on Agent Debug Log panel, see [Agent Debug Logs](https://co
139139
140140
### Image and binary file support for agents
141141

142-
**Setting**: `setting(chat.imageSupport.enabled)`, `setting(imageCarousel.explorerContextMenu.enabled)`
142+
**Setting**: `setting(chat.imageCarousel.enabled)`, `setting(imageCarousel.explorerContextMenu.enabled)`
143143

144144
Agents can now read image files from disk and binary files natively, which allows you to use agents for a wider variety of tasks, such as analyzing screenshots, reading data from binary files, and more. Binary files are presented to the agent in a hexdump format.
145145

146-
When an agent or tool generates an image as output, such as a screenshot from the integrated browser, those images are now selectable in chat responses and can be opened in a dedicated image carousel view. Enable this functionality with the `setting(chat.imageSupport.enabled)` setting (Experimental).
146+
When an agent or tool generates an image as output, such as a screenshot from the integrated browser, those images are now selectable in chat responses and can be opened in a dedicated image carousel view. Enable this functionality with the `setting(chat.imageCarousel.enabled)` setting (Experimental).
147147

148148
![Screenshot showing the image carousel view with multiple images.](images/1_112/image-carousel.png)
149149

0 commit comments

Comments
 (0)