mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
fix: classify mcp query failures (#302)
This commit is contained in:
parent
8a50601582
commit
7e29543398
8 changed files with 102 additions and 8 deletions
|
|
@ -162,6 +162,7 @@
|
|||
"outcome",
|
||||
"durationMs",
|
||||
"errorClass",
|
||||
"errorDetail",
|
||||
"sampleRate",
|
||||
"mcpClientName",
|
||||
"mcpClientVersion"
|
||||
|
|
@ -1167,6 +1168,10 @@
|
|||
"errorClass": {
|
||||
"type": "string"
|
||||
},
|
||||
"errorDetail": {
|
||||
"type": "string",
|
||||
"maxLength": 1000
|
||||
},
|
||||
"sampleRate": {
|
||||
"type": "number",
|
||||
"const": 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue