feat: Implement a modular skill system with hotword detection, streaming text output, and enhanced logging.
This commit is contained in:
@@ -14,6 +14,10 @@ namespace Toak.Serialization;
|
||||
[JsonSerializable(typeof(LlamaChoice))]
|
||||
[JsonSerializable(typeof(LlamaRequestMessage[]))]
|
||||
[JsonSerializable(typeof(LlamaChoice[]))]
|
||||
[JsonSerializable(typeof(LlamaStreamResponse))]
|
||||
[JsonSerializable(typeof(LlamaStreamChoice))]
|
||||
[JsonSerializable(typeof(LlamaStreamDelta))]
|
||||
[JsonSerializable(typeof(LlamaStreamChoice[]))]
|
||||
internal partial class AppJsonSerializerContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user