From ae2b8bca038ba86350d48c64b433568f531c9bba Mon Sep 17 00:00:00 2001 From: cryo Date: Sun, 31 May 2026 15:52:26 +0000 Subject: [PATCH] chore: update toolProcessor comment to clarify its purpose Signed-off-by: cryo --- internal/llminternal/tools_processor.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/llminternal/tools_processor.go b/internal/llminternal/tools_processor.go index 717c726b0..4673efa98 100644 --- a/internal/llminternal/tools_processor.go +++ b/internal/llminternal/tools_processor.go @@ -24,8 +24,7 @@ import ( "google.golang.org/adk/session" ) -// ContentRequestProcessor populates the LLMRequest's Contents based on -// the InvocationContext that includes the previous events. +// toolProcessor collects the agent's tools and toolsets for the LLM flow. func toolProcessor(ctx agent.InvocationContext, req *model.LLMRequest, f *Flow) iter.Seq2[*session.Event, error] { return func(yield func(*session.Event, error) bool) { if f.Tools != nil {