langchain.js
Preparing search index...
@langchain/community
experimental/callbacks/handlers/datadog
DatadogLLMObsTracerFields
Interface DatadogLLMObsTracerFields
interface
DatadogLLMObsTracerFields
{
ddApiKey
?:
string
;
ddLLMObsEndpoint
?:
string
;
env
?:
string
;
formatDocument
?:
FormatDocument
<
Record
<
string
,
any
>
>
;
mlApp
:
string
;
service
?:
string
;
sessionId
?:
string
;
tags
?:
Record
<
string
,
undefined
|
string
>
;
userHandle
?:
string
;
userId
?:
string
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
DatadogLLMObsTracerFields
Implemented by
DatadogLLMObsTracer
Index
Properties
dd
Api
Key?
dd
LLM
Obs
Endpoint?
env?
format
Document?
ml
App
service?
session
Id?
tags?
user
Handle?
user
Id?
Properties
Optional
dd
Api
Key
ddApiKey
?:
string
Optional
dd
LLM
Obs
Endpoint
ddLLMObsEndpoint
?:
string
Optional
env
env
?:
string
Optional
format
Document
formatDocument
?:
FormatDocument
<
Record
<
string
,
any
>
>
ml
App
mlApp
:
string
Optional
service
service
?:
string
Optional
session
Id
sessionId
?:
string
Optional
tags
tags
?:
Record
<
string
,
undefined
|
string
>
Optional
user
Handle
userHandle
?:
string
Optional
user
Id
userId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dd
Api
Key
dd
LLM
Obs
Endpoint
env
format
Document
ml
App
service
session
Id
tags
user
Handle
user
Id
langchain.js
Loading...