Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ancplua.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Source: Al0074DeprecatedGenAiAttributeAnalyzer.cs

Description

Some GenAI semantic convention attributes have been renamed or deprecated. Update to current attribute names.

Bad Code

activity?.SetTag("gen_ai.prompt", userMessage);

Good Code

activity?.SetTag("gen_ai.request.input", userMessage);

Properties

  • Category: GenAI
  • Severity: Warning
  • Enabled by default: True
  • Code fix available: True

Configuration

dotnet_diagnostic.AL0074.severity = warning