mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-14 20:54:42 +00:00
chore: refactoring
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user