chore: refactoring

This commit is contained in:
adamdottv
2025-05-13 11:15:14 -05:00
parent 674797bd48
commit cf8e16018d
2 changed files with 10 additions and 6 deletions

View File

@@ -109,6 +109,11 @@ type Finish struct {
Time time.Time `json:"time"`
}
type DBFinish struct {
Reason FinishReason `json:"reason"`
Time int64 `json:"time"`
}
func (Finish) isPart() {}
func (m *Message) Content() *TextContent {