Skip to content

Commit d183e2e

Browse files
committed
CM-58022-fix-types
1 parent 744911f commit d183e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cycode/cli/apps/scan/prompt/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class AiHookEventType(StrEnum):
1515
are mapped to these canonical types using the mapping dictionaries below.
1616
"""
1717

18-
PROMPT = 'prompt'
19-
FILE_READ = 'file_read'
20-
MCP_EXECUTION = 'mcp_execution'
18+
PROMPT = 'Prompt'
19+
FILE_READ = 'FileRead'
20+
MCP_EXECUTION = 'McpExecution'
2121

2222

2323
# IDE-specific event name mappings to canonical types

0 commit comments

Comments
 (0)