Stronger prompting, UI update
This commit is contained in:
6
Seasoned.Backend/DTOs/ChatRequestDto.cs
Normal file
6
Seasoned.Backend/DTOs/ChatRequestDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Seasoned.Backend.DTOs;
|
||||
|
||||
public class ChatRequestDto
|
||||
{
|
||||
public string Prompt { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user