Skip to content

Commit 0517b47

Browse files
committed
AgenticChatWithToolUse
1 parent 25445c6 commit 0517b47

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 10 deletions
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
},
@@ -1268,11 +1269,6 @@
12681269
"type": "int",
12691270
"description": "Truncated length of workspace context"
12701271
},
1271-
{
1272-
"name": "cwsprIsAgenticLoop",
1273-
"type": "boolean",
1274-
"description": "If the message is apart of an agentic loop (LLM asks to run a tool and receives results back)"
1275-
},
12761272
{
12771273
"name": "databaseCredentials",
12781274
"type": "string",
@@ -2390,10 +2386,6 @@
23902386
{
23912387
"type": "cwsprChatWorkspaceContextTruncatedLength",
23922388
"required": false
2393-
},
2394-
{
2395-
"type": "cwsprIsAgenticLoop",
2396-
"required": false
23972389
}
23982390
]
23992391
},

0 commit comments

Comments
 (0)