Skip to content

Commit d5dc961

Browse files
authored
telemetry(amazonq): agentic loop #1013
## Problem - want to figure out if a message is apart of an agentic loop or not ## Solution - add field `AgenticChatWithToolUse `
1 parent 3ee1994 commit d5dc961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,8 @@
10211021
"Chat",
10221022
"Assign",
10231023
"Transform",
1024-
"AgenticChat"
1024+
"AgenticChat",
1025+
"AgenticChatWithToolUse"
10251026
],
10261027
"description": "Identifies the type of conversation"
10271028
},

0 commit comments

Comments
 (0)