mirror of
https://github.com/langchain-ai/python-langraph-monorepo-example.git
synced 2026-08-24 06:23:07 -04:00
6 lines
130 B
Python
6 lines
130 B
Python
"""Common helper functions."""
|
|
|
|
|
|
def get_common_prefix() -> str:
|
|
"""Get a common prefix for messages."""
|
|
return "[COMMON]" |