feat(backend): implement step 6 — AiService with OpenAI RestClient integration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.condado.newsletter.model
|
||||
|
||||
/**
|
||||
* The parsed result of an AI-generated email response.
|
||||
*/
|
||||
data class ParsedAiResponse(
|
||||
val subject: String,
|
||||
val body: String
|
||||
)
|
||||
Reference in New Issue
Block a user