chore: refactoring

This commit is contained in:
adamdottv 2025-05-13 11:15:14 -05:00
parent 674797bd48
commit cf8e16018d
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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 {