We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7784b33 commit c3606c2Copy full SHA for c3606c2
core/src/main/java/com/google/adk/flows/llmflows/NLPlanning.java
@@ -40,7 +40,7 @@ public Single<RequestProcessingResult> processRequest(
40
41
// Apply thinking configuration for built-in planners
42
if (planner instanceof BuiltInPlanner) {
43
- ((BuiltInPlanner) planner).applyThinkingConfig(llmRequest);
+ llmRequest = ((BuiltInPlanner) planner).applyThinkingConfig(llmRequest);
44
}
45
46
// Build and append planning instruction
0 commit comments