Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions internal/llminternal/tools_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading