Include_thoughts not working all of the sudden with Gemini Models and Google ADK?

Has anyone else experienced this? Since last night the adk and model are not returning any thoughts when I hit the API. My code hasn’t changed, but it stopped working all of the sudden last night.

    planner=BuiltInPlanner(
        thinking_config=types.ThinkingConfig(
        thinking_budget=24576,
        include_thoughts=True,
        )
    ),

Started working again about 8ish hours later, odd behavior