MCPcopy Create free account
hub / github.com/cloudwego/eino-ext / WithReferenceExampleID

Function WithReferenceExampleID

callbacks/langsmith/trace.go:69–73  ·  view source on GitHub ↗

WithReferenceExampleID 关联到一个 example

(id string)

Source from the content-addressed store, hash-verified

67
68// WithReferenceExampleID 关联到一个 example
69func WithReferenceExampleID(id string) TraceOption {
70 return func(o *traceOptions) {
71 o.ReferenceExampleID = id
72 }
73}
74
75// WithTraceID 强制指定一个 trace ID
76func WithTraceID(id string) TraceOption {

Callers 4

TestSetTraceFunction · 0.85
TestTraceOptionChainingFunction · 0.85
TestFlowTrace_StartSpanFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestSetTraceFunction · 0.68
TestTraceOptionChainingFunction · 0.68
TestFlowTrace_StartSpanFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…