Skip to content

refactor: Relax type constraints on callback lists in LlmAgent.Builder#938

Closed
copybara-service[bot] wants to merge 0 commit intomainfrom
test_877655758
Closed

refactor: Relax type constraints on callback lists in LlmAgent.Builder#938
copybara-service[bot] wants to merge 0 commit intomainfrom
test_877655758

Conversation

@copybara-service
Copy link
Copy Markdown

refactor: Relax type constraints on callback lists in LlmAgent.Builder

Update builder methods to accept List<? extends CallbackBase> instead of List. This allows passing lists containing subtypes of the base callback interfaces, improving flexibility, especially all the *CallbackBase are package private interfaces.

@copybara-service copybara-service bot closed this Mar 4, 2026
@copybara-service copybara-service bot deleted the test_877655758 branch March 4, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants