When using planner=BuiltInPlanner(thinking_config=types.ThinkingConfig(thinking_budget=1024)) with the new 2.5 models, now we got an error - 400 INVALID_ARGUMENT. {'error': {'code': 400, 'message': 'Unable to submit request because thinking is a default and constant feature of this model; To proceed, please remove the thinking_config.thinking_budget setting from your configuration and retry. Learn more: https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/gemini', 'status': 'INVALID_ARGUMENT'}}.
How should we set thinking config for an agent now? Thanks.
When using planner=BuiltInPlanner(thinking_config=types.ThinkingConfig(thinking_budget=1024)) with the new 2.5 models, now we got an error - 400 INVALID_ARGUMENT. {'error': {'code': 400, 'message': 'Unable to submit request because thinking is a default and constant feature of this model; To proceed, please remove the thinking_config.thinking_budget setting from your configuration and retry. Learn more: https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/gemini', 'status': 'INVALID_ARGUMENT'}}.
How should we set thinking config for an agent now? Thanks.