Files
strix/strix/tools/thinking/__init__.py
T

5 lines
58 B
Python

from .thinking_actions import think
__all__ = ["think"]