mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-08 10:24:52 +01: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