Skip to content

Commit 1ef396e

Browse files
committed
bump to 1.1.0, use 2 \n between think
1 parent 9855f0b commit 1ef396e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BE/Chats.BE.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<UserSecretsId>d4aa34e2-6c5f-41b9-b61b-c1a48b1d1b44</UserSecretsId>
8-
<Version>1.0.2</Version>
8+
<Version>1.1.0</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

src/BE/Services/Models/ChatServices/OpenAI/AzureResponseApiService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public override async IAsyncEnumerable<ChatSegment> ChatStreamed(IReadOnlyList<C
8585
}
8686
else if (type == "response.reasoning_summary_text.done")
8787
{
88-
yield return ChatSegment.FromThinkOnly("\n");
88+
yield return ChatSegment.FromThinkOnly("\n\n");
8989
}
9090
}
9191
}

0 commit comments

Comments
 (0)