mirror of
https://github.com/langgenius/dify.git
synced 2026-06-16 19:38:44 +08:00
10b59cd6ba
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
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"]
|