Skip to content

Commit 843e7a7

Browse files
committed
feat(agents): Add tool input attributes to conversation details endpoint
Add gen_ai.tool.call.arguments and gen_ai.tool.input to the AI_CONVERSATION_ATTRIBUTES so tool input preview is available in the conversation drawer. https://claude.ai/code/session_0113Szysfr5Bf4ZQZ59nkxgJ
1 parent f1fb2f9 commit 843e7a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/api/endpoints/organization_ai_conversation_details.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"gen_ai.response.object",
4747
"gen_ai.response.text",
4848
"gen_ai.tool.name",
49+
"gen_ai.tool.call.arguments",
50+
"gen_ai.tool.input",
4951
"gen_ai.usage.total_tokens",
5052
"gen_ai.request.model",
5153
"gen_ai.response.model",

0 commit comments

Comments
 (0)