implement streamed commands
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
namespace TorchRemote.Models.Requests;
|
||||
|
||||
public record ChatCommandRequest(string Command);
|
||||
public record ChatCommandRequest(string Command, bool Streamed = false, TimeSpan? StreamingDuration = null);
|
Reference in New Issue
Block a user