refactor: move code

This commit is contained in:
lilong.129
2025-04-27 22:37:48 +08:00
parent 9bcdd5d19a
commit 7fa4155390
5 changed files with 51 additions and 53 deletions
+4
View File
@@ -17,6 +17,10 @@ import (
"github.com/rs/zerolog/log"
)
type IPlanner interface {
Call(opts *PlanningOptions) (*PlanningResult, error)
}
// PlanningOptions represents the input options for planning
type PlanningOptions struct {
UserInstruction string `json:"user_instruction"` // append to system prompt