File tree 5 files changed +6
-5
lines changed
templates/registry/markdown
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
"MD040" : false ,
11
11
},
12
12
"yaml.schemas" : {
13
- "https://raw.githubusercontent.com/open-telemetry/weaver/v0.12.0 /schemas/semconv.schema.json" : [
13
+ "https://raw.githubusercontent.com/open-telemetry/weaver/v0.13.2 /schemas/semconv.schema.json" : [
14
14
" model/**/*.yaml"
15
15
]
16
16
},
Original file line number Diff line number Diff line change 3
3
# Dependabot can keep this file up to date with latest containers.
4
4
5
5
# Weaver is used to generate markdown docs, and enforce policies on the model.
6
- FROM otel/weaver:v0.12.0 AS weaver
6
+ FROM otel/weaver:v0.13.2 AS weaver
7
7
8
8
# OPA is used to test policies enforced by weaver.
9
9
FROM openpolicyagent/opa:1.1.0 AS opa
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The `gen_ai.operation.name` SHOULD be `create_agent`.
36
36
The ** span name** SHOULD be ` create_agent {gen_ai.agent.name} ` .
37
37
Semantic conventions for individual GenAI systems and frameworks MAY specify different span name format.
38
38
39
- <!-- semconv span.gen_ai.client. create_agent -->
39
+ <!-- semconv span.gen_ai.create_agent.client -->
40
40
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
41
41
<!-- see templates/registry/markdown/snippet.md.j2 -->
42
42
<!-- prettier-ignore-start -->
Original file line number Diff line number Diff line change @@ -147,9 +147,10 @@ groups:
147
147
requirement_level :
148
148
conditionally_required : If not default (443).
149
149
150
- - id : span.gen_ai.client. create_agent
150
+ - id : span.gen_ai.create_agent.client
151
151
type : span
152
152
stability : development
153
+ span_kind : client
153
154
brief : >
154
155
Describes GenAI agent creation and is usually applicable when working
155
156
with remote agent services.
Original file line number Diff line number Diff line change 1
1
{% macro badge (stability , deprecated ) -%}
2
- {% - if deprecated %} <br >{{ deprecated | trim }}
2
+ {% - if deprecated %} <br >{{ deprecated.note | trim }}
3
3
{% - elif stability == "mixed" %} 
4
4
{% - elif stability == "stable" %} 
5
5
{% - elif stability == "release_candidate" %} 
You can’t perform that action at this time.
0 commit comments