MCPcopy Create free account
hub / github.com/astercloud/aster / Int

Function Int

pkg/telemetry/tracer.go:112–114  ·  view source on GitHub ↗
(key string, value int)

Source from the content-addressed store, hash-verified

110}
111
112func Int(key string, value int) Attribute {
113 return Attribute{Key: key, Value: value}
114}
115
116func Int64(key string, value int64) Attribute {
117 return Attribute{Key: key, Value: value}

Callers 6

WrapModelCallMethod · 0.92
recordPromptEventMethod · 0.92
recordCompletionEventMethod · 0.92
basicOTelExampleFunction · 0.92
llmTracingExampleFunction · 0.92
ExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected