mirror of
https://github.com/langgenius/dify.git
synced 2025-12-22 10:45:35 -05:00
7 lines
188 B
Python
7 lines
188 B
Python
"""Semantic convention shortcuts for Dify-specific spans."""
|
|
|
|
from .dify import DifySpanAttributes
|
|
from .gen_ai import GenAIAttributes
|
|
|
|
__all__ = ["DifySpanAttributes", "GenAIAttributes"]
|