mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 09:51:25 -06:00
No public description
PiperOrigin-RevId: 749409258
This commit is contained in:
parent
32dc145ace
commit
2af777af6d
@ -56,6 +56,7 @@ class BuiltInPlanner(BasePlanner):
|
|||||||
llm_request: The LLM request to apply the thinking config to.
|
llm_request: The LLM request to apply the thinking config to.
|
||||||
"""
|
"""
|
||||||
if self.thinking_config:
|
if self.thinking_config:
|
||||||
|
llm_request.config = llm_request.config or types.GenerateContentConfig()
|
||||||
llm_request.config.thinking_config = self.thinking_config
|
llm_request.config.thinking_config = self.thinking_config
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
Reference in New Issue
Block a user