@uservane/openai-agents/langfuse: AgentsTraceLike
Type Alias: AgentsTraceLike
Section titled “Type Alias: AgentsTraceLike”AgentsTraceLike =
object
Defined in: langfuse.d.ts:27
Minimal Agents Trace surface we read (matches installed Trace class).
Properties
Section titled “Properties”groupId
Section titled “groupId”groupId:
string|null
Defined in: langfuse.d.ts:31
metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown>
Defined in: langfuse.d.ts:32
name:
string
Defined in: langfuse.d.ts:30
toJSON?
Section titled “toJSON?”
optionaltoJSON?: (options?) =>object|null
Defined in: langfuse.d.ts:33
Parameters
Section titled “Parameters”options?
Section titled “options?”includeTracingApiKey?
Section titled “includeTracingApiKey?”boolean
Returns
Section titled “Returns”object | null
traceId
Section titled “traceId”traceId:
string
Defined in: langfuse.d.ts:29
optionaltype?:string
Defined in: langfuse.d.ts:28