feat: add models for streaming messages
This commit is contained in:
@@ -14,6 +14,8 @@ static class JsonSerializationOptions
|
||||
new ContentConverter(),
|
||||
new ToolChoiceConverter(),
|
||||
new ErrorConverter(),
|
||||
new EventDataConverter(),
|
||||
new ContentDeltaConverter(),
|
||||
},
|
||||
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user