comprehensive-r1.json 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723
  1. {
  2. "companyId": 338,
  3. "includeTravelChain": true,
  4. "includeTravelStress": true,
  5. "startedAt": "2026-06-23 08:37:46",
  6. "sections": {
  7. "engineHealth": {
  8. "passed": true,
  9. "health": {
  10. "companyId": 338,
  11. "healthy": true,
  12. "missingCore": [
  13. ],
  14. "missingOptional": [
  15. ],
  16. "passThreshold": 120
  17. },
  18. "message": "core beans wired"
  19. },
  20. "integrationTests": {
  21. "passed": false,
  22. "summary": "2/4 tests passed in 2027ms",
  23. "details": [
  24. "[FAIL] NodeTypeService: START node not found",
  25. "[FAIL] DynamicNodeExecutor: Judgment node execution failed",
  26. "[PASS] MultiModelWorkflowGenerator: All tests passed",
  27. "[PASS] ModelConfigService: All tests passed"
  28. ],
  29. "executionTimeMs": 2027,
  30. "message": "2/4 tests passed in 2027ms"
  31. },
  32. "phase2Replay": {
  33. "passed": true,
  34. "verify": {
  35. "companyId": 338,
  36. "archiveTableExists": true,
  37. "hotIndexExists": true,
  38. "hotReplayRows": 80,
  39. "eventLogRows": 80,
  40. "archiveRows": 0,
  41. "status": "ok"
  42. },
  43. "message": "phase2 replay verify ok"
  44. },
  45. "pageLinkProbes": {
  46. "totalPages": 29,
  47. "requiredTotal": 15,
  48. "requiredPassed": 15,
  49. "optionalSkipped": 0,
  50. "failures": [
  51. ],
  52. "passed": true,
  53. "durationMs": 3839,
  54. "pages": [
  55. {
  56. "path": "/lobster/company-workflowLobster",
  57. "title": "Workflow templates",
  58. "probe": "templateList",
  59. "required": true,
  60. "passed": true,
  61. "status": "OK",
  62. "message": "templates=45"
  63. },
  64. {
  65. "path": "/lobster/workflow-execution",
  66. "title": "Workflow execution tasks",
  67. "probe": "instanceList",
  68. "required": true,
  69. "passed": true,
  70. "status": "OK",
  71. "message": "instances=593"
  72. },
  73. {
  74. "path": "/lobster/instance",
  75. "title": "Instance monitor",
  76. "probe": "instanceMonitor",
  77. "required": true,
  78. "passed": true,
  79. "status": "OK",
  80. "message": "monitor list ok, count=593"
  81. },
  82. {
  83. "path": "/lobster/prompt",
  84. "title": "Prompt management",
  85. "probe": "promptList",
  86. "required": true,
  87. "passed": true,
  88. "status": "OK",
  89. "message": "prompt rows=50"
  90. },
  91. {
  92. "path": "/lobster/sensitive-words",
  93. "title": "Sensitive words",
  94. "probe": "sensitiveWords",
  95. "required": true,
  96. "passed": true,
  97. "status": "OK",
  98. "message": "words=147"
  99. },
  100. {
  101. "path": "/lobster/forbidden-words",
  102. "title": "Forbidden words",
  103. "probe": "forbiddenWords",
  104. "required": false,
  105. "passed": true,
  106. "status": "OK",
  107. "message": "forbidden=32"
  108. },
  109. {
  110. "path": "/lobster/typo-words",
  111. "title": "Typo words",
  112. "probe": "typoWords",
  113. "required": false,
  114. "passed": true,
  115. "status": "OK",
  116. "message": "typo=3"
  117. },
  118. {
  119. "path": "/lobster/conversation-summary",
  120. "title": "Conversation summary",
  121. "probe": "conversationSummary",
  122. "required": true,
  123. "passed": true,
  124. "status": "OK",
  125. "message": "summaries=19"
  126. },
  127. {
  128. "path": "/lobster/profile-config",
  129. "title": "Profile config",
  130. "probe": "profileConfig",
  131. "required": false,
  132. "passed": true,
  133. "status": "OK",
  134. "message": "profile fields=16"
  135. },
  136. {
  137. "path": "/lobster/channel-config",
  138. "title": "Channel config",
  139. "probe": "channelTypes",
  140. "required": true,
  141. "passed": true,
  142. "status": "OK",
  143. "message": "channels=14"
  144. },
  145. {
  146. "path": "/lobster/channel-plugin",
  147. "title": "Channel plugins",
  148. "probe": "channelPlugins",
  149. "required": true,
  150. "passed": true,
  151. "status": "OK",
  152. "message": "plugins=3"
  153. },
  154. {
  155. "path": "/lobster/api-registry",
  156. "title": "API registry",
  157. "probe": "apiRegistry",
  158. "required": true,
  159. "passed": true,
  160. "status": "OK",
  161. "message": "apis=0"
  162. },
  163. {
  164. "path": "/lobster/sales-corpus",
  165. "title": "Sales corpus",
  166. "probe": "salesCorpus",
  167. "required": false,
  168. "passed": false,
  169. "status": "WARN",
  170. "message": "\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \u0027optimized_answer\u0027 in \u0027field list\u0027\r\n### The error may exist in URL [jar:file:/D:/ylrz_saas_new/java/fs-saas-company/target/fs-saas-company.jar!/BOOT-INF/lib/fs-service-1.1.0.jar!/mapper/company/LobsterSalesCorpusMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select id, dialog_text, customer_question, sales_answer, optimized_answer, ai_feedback, scenario, score, source_type, external_user_id, company_id, task_id, salesperson_name, tags, status, quality_status, kb_written, enabled, create_by, create_time, update_by, update_time from lobster_sales_corpus where company_id = ? order by create_time desc limit ? offset ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \u0027optimized_answer\u0027 in \u0027field list\u0027\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \u0027optimized_answer\u0027 in \u0027field list\u0027"
  171. },
  172. {
  173. "path": "/lobster/chat-aggregate",
  174. "title": "Chat aggregate",
  175. "probe": "chatAggregate",
  176. "required": false,
  177. "passed": true,
  178. "status": "OK",
  179. "message": "sessions=5"
  180. },
  181. {
  182. "path": "/lobster/industry-bootstrap",
  183. "title": "Industry bootstrap",
  184. "probe": "industryPacks",
  185. "required": true,
  186. "passed": true,
  187. "status": "OK",
  188. "message": "packs=28"
  189. },
  190. {
  191. "path": "/lobster/identity-config",
  192. "title": "External role config",
  193. "probe": "identityConfig",
  194. "required": false,
  195. "passed": true,
  196. "status": "OK",
  197. "message": "identity config loaded"
  198. },
  199. {
  200. "path": "/lobster/semantic-keywords",
  201. "title": "Semantic keywords",
  202. "probe": "semanticKeywords",
  203. "required": true,
  204. "passed": true,
  205. "status": "OK",
  206. "message": "keywords=0"
  207. },
  208. {
  209. "path": "/lobster/optimization",
  210. "title": "AI optimization audit",
  211. "probe": "optimization",
  212. "required": true,
  213. "passed": true,
  214. "status": "OK",
  215. "message": "optimization stats=5"
  216. },
  217. {
  218. "path": "/lobster/dynamic-impl",
  219. "title": "Dynamic node approval",
  220. "probe": "dynamicImpl",
  221. "required": true,
  222. "passed": true,
  223. "status": "OK",
  224. "message": "pending impls=0"
  225. },
  226. {
  227. "path": "/lobster/dashboard",
  228. "title": "Engine dashboard",
  229. "probe": "dashboard",
  230. "required": true,
  231. "passed": true,
  232. "status": "OK",
  233. "message": "dashboard keys=8"
  234. },
  235. {
  236. "path": "/lobster/token-stats",
  237. "title": "Token stats",
  238. "probe": "tokenStats",
  239. "required": false,
  240. "passed": false,
  241. "status": "WARN",
  242. "message": "\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.lobster_token_consumption\u0027 doesn\u0027t exist\r\n### The error may exist in URL [jar:file:/D:/ylrz_saas_new/java/fs-saas-company/target/fs-saas-company.jar!/BOOT-INF/lib/fs-service-1.1.0.jar!/mapper/company/LobsterTokenConsumptionMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT DATE(request_time) AS date, SUM(token_count) AS totalTokens, SUM(estimated_cost) AS totalCost, COUNT(1) AS requestCount FROM lobster_token_consumption WHERE company_id = ? AND request_time BETWEEN ? AND ? GROUP BY DATE(request_time) ORDER BY date DESC\r\n### Cause: java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.lobster_token_consumption\u0027 doesn\u0027t exist\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.lobster_token_consumption\u0027 doesn\u0027t exist"
  243. },
  244. {
  245. "path": "/lobster/evolution",
  246. "title": "Evolution engine",
  247. "probe": "evolution",
  248. "required": true,
  249. "passed": true,
  250. "status": "OK",
  251. "message": "evolution metrics=6"
  252. },
  253. {
  254. "path": "/lobster/chat-test",
  255. "title": "Chat test",
  256. "probe": "chatTest",
  257. "required": false,
  258. "passed": true,
  259. "status": "OK",
  260. "message": "e2e test service ready"
  261. },
  262. {
  263. "path": "/lobster/ab-test",
  264. "title": "AB / GEPA optimization",
  265. "probe": "abTest",
  266. "required": false,
  267. "passed": true,
  268. "status": "OK",
  269. "message": "active ab tests=0"
  270. },
  271. {
  272. "path": "/lobster/profile",
  273. "title": "Customer profile hub",
  274. "probe": "userProfile",
  275. "required": false,
  276. "passed": true,
  277. "status": "OK",
  278. "message": "profiles=27, domain=true"
  279. },
  280. {
  281. "path": "/lobster/profile-domain",
  282. "title": "Unified profile domain",
  283. "probe": "profileDomain",
  284. "required": false,
  285. "passed": true,
  286. "status": "OK",
  287. "message": "profile domain ready, mode=async"
  288. },
  289. {
  290. "path": "/lobster/qdrant",
  291. "title": "Vector knowledge base",
  292. "probe": "qdrant",
  293. "required": false,
  294. "passed": true,
  295. "status": "OK",
  296. "message": "vectors=0"
  297. },
  298. {
  299. "path": "/lobster/global-stats",
  300. "title": "Global evolution stats",
  301. "probe": "globalStats",
  302. "required": false,
  303. "passed": true,
  304. "status": "OK",
  305. "message": "global metrics=6"
  306. },
  307. {
  308. "path": "/lobster/event-audit",
  309. "title": "Event node audit",
  310. "probe": "eventAudit",
  311. "required": false,
  312. "passed": true,
  313. "status": "OK",
  314. "message": "audits=0"
  315. }
  316. ]
  317. },
  318. "travelFullChain": {
  319. "passed": false,
  320. "message": "\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.company_lobster_tag_user_rel\u0027 doesn\u0027t exist\r\n### The error may exist in com/fs/company/mapper/CompanyLobsterTagUserRelMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id,company_id,binding_id,tag_code,template_id,channel_type,channel_contact_id,channel_user_id,channel_context_json,external_contact_id,corp_id,company_user_id,qw_user_id,del_flag,create_by,create_time,update_by,update_time FROM company_lobster_tag_user_rel WHERE company_id = ? AND del_flag = ? AND channel_type = ? AND ( channel_contact_id = ? OR external_contact_id = ? ) LIMIT 1\r\n### Cause: java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.company_lobster_tag_user_rel\u0027 doesn\u0027t exist\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.company_lobster_tag_user_rel\u0027 doesn\u0027t exist"
  321. },
  322. "profileDomain": {
  323. "basic": {
  324. "enabled": true,
  325. "projectionMode": "async",
  326. "searchMode": "db",
  327. "esEnabled": false,
  328. "mqConsumerEnabled": true,
  329. "missingBeans": [
  330. ],
  331. "beansOk": true,
  332. "simulationMode": "basic",
  333. "runtime": {
  334. "unifiedSearchTotal": 38,
  335. "unifiedSearchMode": "db",
  336. "searchTotal": 38,
  337. "searchMode": "db",
  338. "identityCount": 38,
  339. "orderStatsSample": 0,
  340. "qwContactSample": 0
  341. },
  342. "passed": true,
  343. "message": "profile domain ready"
  344. },
  345. "fullSimulation": {
  346. "enabled": true,
  347. "projectionMode": "async",
  348. "searchMode": "db",
  349. "esEnabled": false,
  350. "mqConsumerEnabled": true,
  351. "missingBeans": [
  352. ],
  353. "beansOk": true,
  354. "simulationMode": "full",
  355. "runtime": {
  356. "unifiedSearchTotal": 38,
  357. "unifiedSearchMode": "db",
  358. "searchTotal": 38,
  359. "searchMode": "db",
  360. "identityCount": 38,
  361. "orderStatsSample": 0,
  362. "qwContactSample": 0
  363. },
  364. "simulation": {
  365. "patchAdapter": true,
  366. "writePath": {
  367. "published": true,
  368. "readBack": true
  369. },
  370. "backfillLegacy": {
  371. "type": "legacy",
  372. "page": 1,
  373. "size": 5,
  374. "processed": 5,
  375. "published": 5
  376. },
  377. "backfillOrders": {
  378. "type": "order",
  379. "page": 1,
  380. "size": 5,
  381. "processed": 0,
  382. "published": 0
  383. },
  384. "backfillQwContacts": {
  385. "type": "qw_contact",
  386. "page": 1,
  387. "size": 5,
  388. "processed": 0,
  389. "published": 0
  390. }
  391. },
  392. "passed": true,
  393. "message": "profile domain ready"
  394. },
  395. "sourceHooks": {
  396. "companyId": 338,
  397. "simulationMode": "source-hooks",
  398. "sources": [
  399. {
  400. "source": "wx_call",
  401. "eventCount": 1,
  402. "eventOk": true,
  403. "shardId": 18,
  404. "profileKey": "__val_src_wx_call__",
  405. "channelType": "WX",
  406. "sourceVersion": "val:wx_call:1782175432829",
  407. "readBack": true,
  408. "passed": true
  409. },
  410. {
  411. "source": "qw_voice",
  412. "eventCount": 1,
  413. "eventOk": true,
  414. "shardId": 3,
  415. "profileKey": "__val_src_qw_voice__",
  416. "channelType": "QW",
  417. "sourceVersion": "val:qw_voice:1782175432829",
  418. "readBack": true,
  419. "passed": true
  420. },
  421. {
  422. "source": "lobster_chat",
  423. "eventCount": 1,
  424. "eventOk": true,
  425. "shardId": 3,
  426. "profileKey": "__val_src_lobster_chat__",
  427. "channelType": "QW",
  428. "sourceVersion": "val:lobster_chat:1782175432829",
  429. "readBack": true,
  430. "passed": true
  431. },
  432. {
  433. "source": "crm_analyze",
  434. "eventCount": 1,
  435. "eventOk": true,
  436. "shardId": 18,
  437. "profileKey": "__val_src_crm_analyze__",
  438. "channelType": "QW",
  439. "sourceVersion": "val:crm_analyze:1782175432829",
  440. "readBack": true,
  441. "passed": true
  442. },
  443. {
  444. "source": "qw_ai_analyze",
  445. "eventCount": 1,
  446. "eventOk": true,
  447. "shardId": 11,
  448. "profileKey": "__val_src_qw_ai_analyze__",
  449. "channelType": "QW",
  450. "sourceVersion": "val:qw_ai_analyze:1782175432829",
  451. "readBack": true,
  452. "passed": true
  453. },
  454. {
  455. "source": "qw_contact",
  456. "eventCount": 1,
  457. "eventOk": true,
  458. "shardId": 14,
  459. "profileKey": "__val_src_qw_contact__",
  460. "channelType": "QW",
  461. "sourceVersion": "val:qw_contact:1782175432829",
  462. "readBack": true,
  463. "passed": true
  464. },
  465. {
  466. "source": "qw_tag",
  467. "eventCount": 1,
  468. "eventOk": true,
  469. "shardId": 27,
  470. "profileKey": "__val_src_qw_tag__",
  471. "channelType": "QW",
  472. "sourceVersion": "val:qw_tag:1782175432829",
  473. "readBack": true,
  474. "passed": true
  475. },
  476. {
  477. "source": "order",
  478. "eventCount": 1,
  479. "eventOk": true,
  480. "shardId": 29,
  481. "profileKey": "__val_src_order__",
  482. "channelType": "QW",
  483. "sourceVersion": "val:order:1782175432829",
  484. "readBack": true,
  485. "passed": true
  486. },
  487. {
  488. "source": "course_watch",
  489. "eventCount": 1,
  490. "eventOk": true,
  491. "shardId": 20,
  492. "profileKey": "__val_src_course_watch__",
  493. "channelType": "QW",
  494. "sourceVersion": "val:course_watch:1782175432829",
  495. "readBack": true,
  496. "passed": true
  497. },
  498. {
  499. "source": "live_watch",
  500. "variant": "meta",
  501. "eventCount": 1,
  502. "eventOk": true,
  503. "shardId": 15,
  504. "profileKey": "__val_src_live_watch__",
  505. "channelType": "QW",
  506. "sourceVersion": "val:live:1782175432829:meta",
  507. "readBack": true,
  508. "passed": true
  509. },
  510. {
  511. "source": "live_watch",
  512. "variant": "counter",
  513. "eventCount": 1,
  514. "eventOk": true,
  515. "shardId": 15,
  516. "profileKey": "__val_src_live_watch__",
  517. "channelType": "QW",
  518. "sourceVersion": "val:live:1782175432829:cnt:1",
  519. "readBack": true,
  520. "passed": true
  521. },
  522. {
  523. "source": "sop",
  524. "eventCount": 1,
  525. "eventOk": true,
  526. "shardId": 20,
  527. "profileKey": "__val_src_sop__",
  528. "channelType": "QW",
  529. "sourceVersion": "val:sop:1782175432829",
  530. "readBack": true,
  531. "passed": true
  532. }
  533. ],
  534. "passedCount": 12,
  535. "totalCount": 12,
  536. "passed": true,
  537. "message": "all source hooks simulated and verified"
  538. },
  539. "passed": true,
  540. "message": "profile domain all validations passed"
  541. },
  542. "semanticFull": {
  543. "companyId": 338,
  544. "sections": {
  545. "semanticKeywordContext": {
  546. "passed": true,
  547. "caseCount": 8,
  548. "message": "all semantic context cases passed"
  549. },
  550. "catalogValidation": {
  551. "companyId": 338,
  552. "categories": {
  553. "custom_keywords": {
  554. "keywordCount": 129,
  555. "totalCases": 258,
  556. "passedCases": 258,
  557. "passed": true,
  558. "failures": [
  559. ],
  560. "failureSampleCount": 0,
  561. "message": "all 258 checks passed for 129 words"
  562. },
  563. "positive_custom": {
  564. "keywordCount": 107,
  565. "totalCases": 214,
  566. "passedCases": 214,
  567. "passed": true,
  568. "failures": [
  569. ],
  570. "failureSampleCount": 0,
  571. "message": "all 214 checks passed for 107 words"
  572. },
  573. "negative_custom": {
  574. "keywordCount": 108,
  575. "totalCases": 216,
  576. "passedCases": 216,
  577. "passed": true,
  578. "failures": [
  579. ],
  580. "failureSampleCount": 0,
  581. "message": "all 216 checks passed for 108 words"
  582. },
  583. "soft_refusal": {
  584. "keywordCount": 56,
  585. "totalCases": 168,
  586. "passedCases": 168,
  587. "passed": true,
  588. "failures": [
  589. ],
  590. "failureSampleCount": 0,
  591. "message": "all 168 checks passed for 56 words"
  592. },
  593. "handoff_trigger": {
  594. "keywordCount": 78,
  595. "totalCases": 390,
  596. "passedCases": 390,
  597. "passed": true,
  598. "failures": [
  599. ],
  600. "failureSampleCount": 0,
  601. "message": "all 390 checks passed for 78 words"
  602. },
  603. "sarcasm": {
  604. "keywordCount": 61,
  605. "totalCases": 122,
  606. "passedCases": 122,
  607. "passed": true,
  608. "failures": [
  609. ],
  610. "failureSampleCount": 0,
  611. "message": "all 122 checks passed for 61 words"
  612. },
  613. "_combos": {
  614. "totalCases": 6,
  615. "passedCases": 6,
  616. "passed": true,
  617. "failures": [
  618. ],
  619. "message": "combo checks ok"
  620. }
  621. },
  622. "categoryCount": 6,
  623. "totalCases": 1374,
  624. "passedCases": 1374,
  625. "failedCases": 0,
  626. "failures": [
  627. ],
  628. "failureTruncated": false,
  629. "passed": true,
  630. "durationMs": 97469,
  631. "message": "catalog validation passed (1374 cases across 6 categories)"
  632. }
  633. },
  634. "contextCases": [
  635. {
  636. "id": "soft_refusal_first",
  637. "input": "下个月再说 (empty ctx)",
  638. "expected": "L2 pause, not exclude",
  639. "actual": "L2_SOFT_REFUSAL exclude=false reason=soft_refusal",
  640. "passed": true
  641. },
  642. {
  643. "id": "soft_refusal_second",
  644. "input": "下个月再说 (_softRefusalCount=1)",
  645. "expected": "L4 exclude (repeated)",
  646. "actual": "L4_EXCLUDE exclude=true reason=repeated_soft_refusal",
  647. "passed": true
  648. },
  649. {
  650. "id": "handoff_first_neutral",
  651. "input": "了解一下人工 -\u003e keyword 人工 (neutral)",
  652. "expected": "no transfer, count=1",
  653. "actual": "takeover=false count=1 reason=Handoff trigger noted (session 1, awaiting confirmation): 人工",
  654. "passed": true
  655. },
  656. {
  657. "id": "handoff_second_confirm",
  658. "input": "转人工 (_handoffTriggerCount=1)",
  659. "expected": "transfer on 2nd hit",
  660. "actual": "takeover=true reason=Handoff trigger (session escalated x2): 人工",
  661. "passed": true
  662. },
  663. {
  664. "id": "negation_handoff",
  665. "input": "不转人工",
  666. "expected": "no handoff",
  667. "actual": "takeover=false",
  668. "passed": true
  669. },
  670. {
  671. "id": "negation_soft_refusal",
  672. "input": "别下个月",
  673. "expected": "no soft refusal",
  674. "actual": "null reason=null",
  675. "passed": true
  676. },
  677. {
  678. "id": "positive_sentiment_soft",
  679. "input": "很满意,价格多少 (positive ctx)",
  680. "expected": "no soft refusal",
  681. "actual": "null exclude=false",
  682. "passed": true
  683. },
  684. {
  685. "id": "positive_sentiment_handoff",
  686. "input": "很满意,价格多少 (positive ctx, no handoff keyword)",
  687. "expected": "no handoff misfire",
  688. "actual": "takeover=false reason=客户情绪正面(满意度0.7),询问价格属于常规购买流程问题,无复杂、紧急或敏感内容,无需转接专业支持。",
  689. "passed": true
  690. }
  691. ],
  692. "failures": [
  693. ],
  694. "passed": true,
  695. "durationMs": 102677,
  696. "totalCases": 1382,
  697. "passedCases": 1382,
  698. "message": "semantic keyword full validation passed"
  699. }
  700. },
  701. "integrationWarning": "2/4 tests passed in 2027ms",
  702. "failures": [
  703. "travelFullChain: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.company_lobster_tag_user_rel\u0027 doesn\u0027t exist\r\n### The error may exist in com/fs/company/mapper/CompanyLobsterTagUserRelMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id,company_id,binding_id,tag_code,template_id,channel_type,channel_contact_id,channel_user_id,channel_context_json,external_contact_id,corp_id,company_user_id,qw_user_id,del_flag,create_by,create_time,update_by,update_time FROM company_lobster_tag_user_rel WHERE company_id = ? AND del_flag = ? AND channel_type = ? AND ( channel_contact_id = ? OR external_contact_id = ? ) LIMIT 1\r\n### Cause: java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.company_lobster_tag_user_rel\u0027 doesn\u0027t exist\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table \u0027ylrz_saas.company_lobster_tag_user_rel\u0027 doesn\u0027t exist"
  704. ],
  705. "passed": false,
  706. "durationMs": 471480,
  707. "pageCount": 29,
  708. "requiredPagesPassed": "15/15"
  709. }