mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
fix: check LLM env
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
package ai
|
||||
|
||||
import "github.com/cloudwego/eino/schema"
|
||||
import (
|
||||
"github.com/cloudwego/eino/schema"
|
||||
)
|
||||
|
||||
type ILLMService interface {
|
||||
Call(opts *PlanningOptions) (*PlanningResult, error)
|
||||
|
||||
Reference in New Issue
Block a user