mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
change: remove unnecessary logs
This commit is contained in:
@@ -174,6 +174,7 @@ func (p *Planner) Call(ctx context.Context, opts *PlanningOptions) (result *Plan
|
||||
log.Info().
|
||||
Interface("thought", result.Thought).
|
||||
Interface("tool_calls", result.ToolCalls).
|
||||
Float64("elapsed(s)", time.Since(startTime).Seconds()).
|
||||
Msg("get VLM planning result")
|
||||
return result, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user