v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
experimental/callbacks/handlers/datadog
DatadogLLMObsTracerFields
Interface DatadogLLMObsTracerFields
interface
DatadogLLMObsTracerFields
{
ddApiKey
?:
string
;
ddLLMObsEndpoint
?:
string
;
env
?:
string
;
formatDocument
?:
FormatDocument
<
Record
<
string
,
any
>
>
;
ignoreAgent
?:
boolean
;
ignoreChain
?:
boolean
;
ignoreCustomEvent
?:
boolean
;
ignoreLLM
?:
boolean
;
ignoreRetriever
?:
boolean
;
mlApp
:
string
;
raiseError
?:
boolean
;
service
?:
string
;
sessionId
?:
string
;
tags
?:
Record
<
string
,
undefined
|
string
>
;
userHandle
?:
string
;
userId
?:
string
;
}
Hierarchy
BaseCallbackHandlerInput
DatadogLLMObsTracerFields
Implemented by
DatadogLLMObsTracer
Index
Properties
dd
Api
Key?
ddLLMObs
Endpoint?
env?
format
Document?
ignore
Agent?
ignore
Chain?
ignore
Custom
Event?
ignoreLLM?
ignore
Retriever?
ml
App
raise
Error?
service?
session
Id?
tags?
user
Handle?
user
Id?
Properties
Optional
dd
Api
Key
dd
Api
Key
?:
string
Optional
ddLLMObs
Endpoint
ddLLMObs
Endpoint
?:
string
Optional
env
env
?:
string
Optional
format
Document
format
Document
?:
FormatDocument
<
Record
<
string
,
any
>
>
Optional
ignore
Agent
ignore
Agent
?:
boolean
Optional
ignore
Chain
ignore
Chain
?:
boolean
Optional
ignore
Custom
Event
ignore
Custom
Event
?:
boolean
Optional
ignoreLLM
ignoreLLM
?:
boolean
Optional
ignore
Retriever
ignore
Retriever
?:
boolean
ml
App
ml
App
:
string
Optional
raise
Error
raise
Error
?:
boolean
Optional
service
service
?:
string
Optional
session
Id
session
Id
?:
string
Optional
tags
tags
?:
Record
<
string
,
undefined
|
string
>
Optional
user
Handle
user
Handle
?:
string
Optional
user
Id
user
Id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dd
Api
Key
ddLLMObs
Endpoint
env
format
Document
ignore
Agent
ignore
Chain
ignore
Custom
Event
ignoreLLM
ignore
Retriever
ml
App
raise
Error
service
session
Id
tags
user
Handle
user
Id
LangChain.js
Loading...