feat: Add commands and functionality to save and load chat sessions.
This commit is contained in:
@@ -16,6 +16,8 @@ namespace AnchorCli;
|
||||
[JsonSerializable(typeof(ModelsResponse))]
|
||||
[JsonSerializable(typeof(ModelInfo))]
|
||||
[JsonSerializable(typeof(ModelPricing))]
|
||||
[JsonSerializable(typeof(Microsoft.Extensions.AI.ChatMessage))]
|
||||
[JsonSerializable(typeof(System.Collections.Generic.List<Microsoft.Extensions.AI.ChatMessage>))]
|
||||
[JsonSerializable(typeof(AnchorConfig))]
|
||||
[JsonSourceGenerationOptions(
|
||||
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
||||
|
||||
Reference in New Issue
Block a user