We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef9d16 commit 7c85214Copy full SHA for 7c85214
dd-java-agent/agent-aiguard/src/main/java/com/datadog/aiguard/AIGuardInternal.java
@@ -63,7 +63,7 @@ public BadConfigurationException(final String message) {
63
64
static final String SPAN_NAME = "ai_guard";
65
static final String TARGET_TAG = "ai_guard.target";
66
- static final String TOOL_TAG = "ai_guard.tool";
+ static final String TOOL_TAG = "ai_guard.tool_name";
67
static final String ACTION_TAG = "ai_guard.action";
68
static final String REASON_TAG = "ai_guard.reason";
69
static final String BLOCKED_TAG = "ai_guard.blocked";
0 commit comments