File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1816
1816
{
1817
1817
"name" : " latency" ,
1818
1818
"type" : " string" ,
1819
- "description" : " latency/s from any operation or an execution like tool execution ."
1819
+ "description" : " latency/s from any operation or an execution such as LLM response time ."
1820
1820
},
1821
1821
{
1822
1822
"name" : " loadFileTime" ,
2192
2192
"type" : " string" ,
2193
2193
"description" : " Generic name of a template"
2194
2194
},
2195
+ {
2196
+ "name" : " toolCallLatency" ,
2197
+ "type" : " string" ,
2198
+ "description" : " latency/s from any operation or an execution like tool execution."
2199
+ },
2195
2200
{
2196
2201
"name" : " toolId" ,
2197
2202
"type" : " string" ,
2874
2879
{
2875
2880
"type" : " cwsprChatConversationType"
2876
2881
},
2882
+ {
2883
+ "type" : " cwsprChatTimeBetweenChunks" ,
2884
+ "required" : false
2885
+ },
2886
+ {
2887
+ "type" : " cwsprChatTimeToFirstChunk" ,
2888
+ "required" : false
2889
+ },
2877
2890
{
2878
2891
"type" : " cwsprToolName"
2879
2892
},
2891
2904
{
2892
2905
"type" : " latency" ,
2893
2906
"required" : false
2907
+ },
2908
+ {
2909
+ "type" : " toolCallLatency" ,
2910
+ "required" : false
2894
2911
}
2895
2912
]
2896
2913
},
You can’t perform that action at this time.
0 commit comments