Skip to content

Commit b8a4945

Browse files
authored
ref(ai): Remove unused GEN_AI_PIPELINE operation constant (#5886)
Remove the legacy `GEN_AI_PIPELINE` operation constant. It is no longer used by any integration. Refs PY-2143 and #5679
1 parent e231708 commit b8a4945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/consts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,6 @@ class OP:
923923
GEN_AI_EXECUTE_TOOL = "gen_ai.execute_tool"
924924
GEN_AI_TEXT_COMPLETION = "gen_ai.text_completion"
925925
GEN_AI_HANDOFF = "gen_ai.handoff"
926-
GEN_AI_PIPELINE = "gen_ai.pipeline"
927926
GEN_AI_INVOKE_AGENT = "gen_ai.invoke_agent"
928927
GEN_AI_RESPONSES = "gen_ai.responses"
929928
GRAPHQL_EXECUTE = "graphql.execute"

0 commit comments

Comments
 (0)