mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
rework llm
This commit is contained in:
parent
904061c243
commit
afd9ad0560
61 changed files with 5882 additions and 2074 deletions
|
@ -18,6 +18,7 @@ type Querier interface {
|
|||
GetSessionByID(ctx context.Context, id string) (Session, error)
|
||||
ListMessagesBySession(ctx context.Context, sessionID string) ([]Message, error)
|
||||
ListSessions(ctx context.Context) ([]Session, error)
|
||||
UpdateMessage(ctx context.Context, arg UpdateMessageParams) error
|
||||
UpdateSession(ctx context.Context, arg UpdateSessionParams) (Session, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue