Files
python-langraph-monorepo-ex…/libs/common/helpers.py
T
isaac hershenson f5824ba746 foo
2025-08-29 12:52:29 -07:00

6 lines
130 B
Python

"""Common helper functions."""
def get_common_prefix() -> str:
"""Get a common prefix for messages."""
return "[COMMON]"