mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix: implement code review suggestions
Address all feedback from PR review: - Lock granularity - Empty response handling - Shutdown race condition - Interface naming
This commit is contained in:
@@ -30,7 +30,7 @@ type LLMProvider interface {
|
||||
GetDefaultModel() string
|
||||
}
|
||||
|
||||
type SessionProvider interface {
|
||||
type StatefulProvider interface {
|
||||
LLMProvider
|
||||
Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user