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