mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 16:49:06 +00:00
Fixed property naming policy for ERI JSON messages
This commit is contained in:
parent
c6050e6714
commit
c73a49d7a6
@ -9,7 +9,7 @@ public abstract class ERIClientBase(string baseAddress) : IDisposable
|
||||
{
|
||||
WriteIndented = true,
|
||||
AllowTrailingCommas = true,
|
||||
PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower,
|
||||
PropertyNamingPolicy = null,
|
||||
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
||||
PropertyNameCaseInsensitive = true,
|
||||
Converters =
|
||||
|
Loading…
Reference in New Issue
Block a user