change: remove unnecessary logs

This commit is contained in:
lilong.129
2025-06-10 13:19:36 +08:00
parent f5f6d177ab
commit 90401eeb78
3 changed files with 2 additions and 7 deletions
+1
View File
@@ -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
}