Skip to content

Commit

Permalink
πŸ› ::
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Nov 19, 2023
1 parent fe7b4cf commit afbecac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.example.onui.domain.diary.presentation.request.ChattingWithGPTRequest
import com.example.onui.domain.diary.presentation.request.CreateDiaryRequest
import com.example.onui.domain.diary.presentation.request.UpdateDiaryRequest
import com.example.onui.domain.diary.presentation.response.ChattingResponse
import com.example.onui.domain.diary.presentation.response.DiaryDetailResponse
import com.example.onui.domain.diary.presentation.response.DiaryListResponse
import java.time.LocalDate
Expand All @@ -19,5 +20,5 @@ interface DiaryService {

fun getSevenDaysAgo(): DiaryListResponse

fun chattingWithGPT(req: ChattingWithGPTRequest): ChattingWithGPTRequest
fun chattingWithGPT(req: ChattingWithGPTRequest): ChattingResponse
}

0 comments on commit afbecac

Please sign in to comment.