opentelemetry-semantic_conventions_ai 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/opentelemetry/semantic_conventions.rb +7 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c743a94a59e572c09984a9dba1c87f2c8584b0c0f91ef2d4ac1b0a304da321d8
|
|
4
|
+
data.tar.gz: c94aa1364a26ffc34de354086db65e061feb1083241245be10d5d3c0abc1a3ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70cc92a9ab29dcc0dce7fad1686c9f2f02d5237393b785af2af2af927adfa241c0ad285ea4b5f63852afc754cb1277f986d4e38ff537ebef9ea03febd037828d
|
|
7
|
+
data.tar.gz: 8b22b7bf820090df216a5497097c897a62b618dc094a1e2729deff1c6a626333ba3baf65172e5e4c17360560cab5c6ce75a5810ee8ca3281b4f077343b8b2d2f
|
|
@@ -30,18 +30,21 @@ module OpenTelemetry
|
|
|
30
30
|
|
|
31
31
|
# Deprecated
|
|
32
32
|
TRACELOOP_CORRELATION_ID = "traceloop.correlation.id"
|
|
33
|
+
end
|
|
33
34
|
|
|
34
|
-
|
|
35
|
-
class LLMRequestTypeValues(Enum):
|
|
35
|
+
module LLMRequestTypeValues
|
|
36
36
|
COMPLETION = "completion"
|
|
37
37
|
CHAT = "chat"
|
|
38
38
|
RERANK = "rerank"
|
|
39
39
|
UNKNOWN = "unknown"
|
|
40
|
+
end
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
class TraceloopSpanKindValues(Enum):
|
|
42
|
+
module TraceloopSpanKindValues
|
|
43
43
|
WORKFLOW = "workflow"
|
|
44
44
|
TASK = "task"
|
|
45
45
|
AGENT = "agent"
|
|
46
46
|
TOOL = "tool"
|
|
47
47
|
UNKNOWN = "unknown"
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-semantic_conventions_ai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Traceloop
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2023-11-03 00:00:00.000000000 Z
|
|
@@ -41,7 +41,7 @@ metadata:
|
|
|
41
41
|
source_code_uri: https://github.com/traceloop/openllmetry-ruby/tree/main/semantic_conventions
|
|
42
42
|
bug_tracker_uri: https://github.com/traceloop/openllmetry-ruby/issues
|
|
43
43
|
documentation_uri: https://traceloop.com/docs/openllmetry
|
|
44
|
-
post_install_message:
|
|
44
|
+
post_install_message:
|
|
45
45
|
rdoc_options: []
|
|
46
46
|
require_paths:
|
|
47
47
|
- lib
|
|
@@ -56,8 +56,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: '0'
|
|
58
58
|
requirements: []
|
|
59
|
-
rubygems_version: 3.
|
|
60
|
-
signing_key:
|
|
59
|
+
rubygems_version: 3.4.10
|
|
60
|
+
signing_key:
|
|
61
61
|
specification_version: 4
|
|
62
62
|
summary: OpenTelemetry Semantic Conventions Extension for Large Language Models
|
|
63
63
|
test_files: []
|