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 ab4dec0 commit 0d7102eCopy full SHA for 0d7102e
sentry_sdk/ai/utils.py
@@ -14,7 +14,7 @@ class GEN_AI_ALLOWED_MESSAGE_ROLES:
14
SYSTEM = "system"
15
USER = "user"
16
ASSISTANT = "assistant"
17
- TOOL_CALL = "tool_call"
+ TOOL_CALL = "tool"
18
19
20
GEN_AI_MESSAGE_ROLE_REVERSE_MAPPING = {
0 commit comments