We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19695b commit 4a4adccCopy full SHA for 4a4adcc
1 file changed
agentops/semconv/langchain.py
@@ -25,6 +25,9 @@ class LangChainAttributes:
25
# Session attributes
26
SESSION_TAGS = "langchain.session.tags"
27
28
+ LLM_NAME = "langchain.llm.name"
29
+ LLM_MODEL = "langchain.llm.model"
30
+
31
# Chain attributes - specific to LangChain
32
CHAIN_NAME = "langchain.chain.name"
33
CHAIN_TYPE = "langchain.chain.type"
0 commit comments