mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
feat: 修改名字
This commit is contained in:
@@ -249,7 +249,7 @@ func (dExt *XTDriver) AIAssert(assertion string, opts ...option.ActionOption) (*
|
|||||||
|
|
||||||
// Parse action options to get ResetHistory setting
|
// Parse action options to get ResetHistory setting
|
||||||
options := option.NewActionOptions(opts...)
|
options := option.NewActionOptions(opts...)
|
||||||
screenOptions := []option.ActionOption{option.WithScreenShotFileName("ai_action"), option.WithScreenShotBase64(true)}
|
screenOptions := []option.ActionOption{option.WithScreenShotFileName("ai_assert"), option.WithScreenShotBase64(true)}
|
||||||
if options.ScreenShotWithUpload {
|
if options.ScreenShotWithUpload {
|
||||||
screenOptions = append(screenOptions, option.WithScreenShotUpload(true))
|
screenOptions = append(screenOptions, option.WithScreenShotUpload(true))
|
||||||
}
|
}
|
||||||
@@ -306,7 +306,7 @@ func (dExt *XTDriver) PlanNextAction(ctx context.Context, prompt string, opts ..
|
|||||||
// Parse action options to get ResetHistory setting
|
// Parse action options to get ResetHistory setting
|
||||||
options := option.NewActionOptions(opts...)
|
options := option.NewActionOptions(opts...)
|
||||||
resetHistory := options.ResetHistory
|
resetHistory := options.ResetHistory
|
||||||
screenOptions := []option.ActionOption{option.WithScreenShotFileName("ai_action"), option.WithScreenShotBase64(true)}
|
screenOptions := []option.ActionOption{option.WithScreenShotFileName("ai_planning"), option.WithScreenShotBase64(true)}
|
||||||
if options.ScreenShotWithUpload {
|
if options.ScreenShotWithUpload {
|
||||||
screenOptions = append(screenOptions, option.WithScreenShotUpload(true))
|
screenOptions = append(screenOptions, option.WithScreenShotUpload(true))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user