3 lines
151 B
C#
3 lines
151 B
C#
namespace TorchRemote.Models.Requests;
|
|
|
|
public record ChatCommandRequest(string Command, bool Streamed = false, TimeSpan? StreamingDuration = null); |