# # SPDX-FileCopyrightText: Hadad # SPDX-License-Identifier: Apache-2.0 # def styles(reasoning: str, expanded: bool = False) -> str: open_attr = "open" if expanded else "" emoji = "🧠" return f"""
{emoji} Reasoning
{reasoning}
"""