Optional
mlThe name of the ML application that the agent is orchestrating.
If not provided, the default value will be set to mlApp provided during initalization, or DD_LLMOBS_ML_APP
.
Optional
modelThe name of the invoked LLM or embedding model. Only used on llm
and embedding
spans.
Optional
modelThe name of the invoked LLM or embedding model provider. Only used on llm
and embedding
spans.
If not provided for LLM or embedding spans, a default value of 'custom' will be set.
Optional
sessionThe ID of the underlying user session. Required for tracking sessions.
Generated using TypeDoc
LLM Observability span kind. One of
agent
,workflow
,task
,tool
,retrieval
,embedding
, orllm
.