Skip to content
Closed

fix #27

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/plugin/agent-test-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<packaging>pom</packaging>

<properties>
<agent-test-tools.version>cf62c1b733fe2861229201a67b9cc0075ac3e236</agent-test-tools.version>
<agent-test-tools.version>7220c715d280cf0d7421f17bbc8c8de57249914d</agent-test-tools.version>
<agent-test-tools.workingDirectory>${project.basedir}/target/agent-test-tools</agent-test-tools.workingDirectory>
<agent-test-tools.repos>https://github.com/apache/skywalking-agent-test-tool.git</agent-test-tools.repos>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ segmentItems:
- operationName: Spring-ai/openai/call
parentSpanId: 0
spanId: 1
spanLayer: not null
spanLayer: GenAI
startTime: not null
endTime: not null
componentId: 173
Expand All @@ -103,7 +103,7 @@ segmentItems:
- operationName: Spring-ai/openai/stream
parentSpanId: 0
spanId: 4
spanLayer: not null
spanLayer: GenAI
startTime: not null
endTime: not null
componentId: 173
Expand Down
Loading