Skip to content

Commit ef6a756

Browse files
author
Jefferson Pires
committed
The visualization of the results of a query performed by the SQL Agent has been fixed when many records are returned.
1 parent 171dcc2 commit ef6a756

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ You can check your quota here: [https://platform.openai.com/account/usage](https
422422
- Fixed git-worktree repository detection logic (thanks [Kryeker](https://github.com/Kryeker)).
423423
- Added the new 'Azure URL Override' parameter on options, to manually define the Azure OpenAI connection URL instead of using 'Resource Name', 'Deployment Name', and 'API Version'. This is useful for custom endpoints.
424424
- Added the new 'Completion Base API URL Override' parameter on options, to possibility change the Completion API connection URL if you wish to do so for some reason, for example use a custom LLM deployment specific only for the Completions.
425+
- The visualization of the results of a query performed by the SQL Agent has been fixed when many records are returned.
425426

426427
### 4.0.0
427428

ReleaseNotes.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Fixed git-worktree repository detection logic (thanks [Kryeker](https://github.com/Kryeker)).
77
- Added the new 'Azure URL Override' parameter on options, to manually define the Azure OpenAI connection URL instead of using 'Resource Name', 'Deployment Name', and 'API Version'. This is useful for custom endpoints.
88
- Added the new 'Completion Base API URL Override' parameter on options, to possibility change the Completion API connection URL if you wish to do so for some reason, for example use a custom LLM deployment specific only for the Completions.
9+
- The visualization of the results of a query performed by the SQL Agent has been fixed when many records are returned.
910

1011
### 4.0.0
1112

VisualChatGPTStudioShared/ToolWindows/Turbo/ucChat.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Grid.RowDefinitions>
6565
<RowDefinition Height="*"/>
6666
<RowDefinition Height="15"/>
67-
<RowDefinition Height="Auto"/>
67+
<RowDefinition Height="Auto" MaxHeight="600"/>
6868
<RowDefinition Height="5"/>
6969
<RowDefinition Height="Auto"/>
7070
</Grid.RowDefinitions>

0 commit comments

Comments
 (0)