Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

medical_consultation.json 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. {
  2. "id": 7,
  3. "title": "Medical consultation",
  4. "description": "A consultant that offers medical suggestions using an internal QA dataset and PubMed search results. Note that this agent's answers are for reference only and may not be valid. The dataset can be found at https://huggingface.co/datasets/InfiniFlow/medical_QA/tree/main",
  5. "canvas_type": "chatbot",
  6. "dsl": {
  7. "answer": [],
  8. "components": {
  9. "begin": {
  10. "obj": {
  11. "component_name": "Begin",
  12. "params": {}
  13. },
  14. "downstream": [
  15. "Answer:FlatRavensPush"
  16. ],
  17. "upstream": []
  18. },
  19. "PubMed:TwentyFansShake": {
  20. "obj": {
  21. "component_name": "PubMed",
  22. "params": {
  23. "email": "928018077@qq.com",
  24. "top_n": 10
  25. }
  26. },
  27. "downstream": [
  28. "Generate:SolidCrewsStare"
  29. ],
  30. "upstream": [
  31. "Generate:FortyBaboonsRule"
  32. ]
  33. },
  34. "Answer:FlatRavensPush": {
  35. "obj": {
  36. "component_name": "Answer",
  37. "params": {}
  38. },
  39. "downstream": [
  40. "Generate:QuietMelonsHear",
  41. "Generate:FortyBaboonsRule"
  42. ],
  43. "upstream": [
  44. "begin",
  45. "Generate:SolidCrewsStare"
  46. ]
  47. },
  48. "Generate:QuietMelonsHear": {
  49. "obj": {
  50. "component_name": "Generate",
  51. "params": {
  52. "cite": true,
  53. "frequency_penalty": 0.7,
  54. "llm_id": "deepseek-chat@DeepSeek",
  55. "max_tokens": 256,
  56. "message_history_window_size": 12,
  57. "parameters": [],
  58. "presence_penalty": 0.4,
  59. "prompt": "Role: You are a professional medical consulting translation assistant\n\nTask: Translate user questions into Chinese, ensuring accuracy of medical terminology and appropriateness of context.\n\nRequirements:\n- Accurately translate medical terminology to convey the integrity and emotional color of the original message.\n- For unclear or uncertain medical terminology, the original text may be retained to ensure accuracy.\n- Respect the privacy and sensitivity of medical consultations and ensure that sensitive information is not disclosed during the translation process.\n- If the user's question is in Chinese, there is no need to translate, just output the user's question directly\n\nExample:\nOriginal (English): Doctor, I have been suffering from chest pain and shortness of breath for the past few days.\nTranslation (Chinese): 医生,我这几天一直胸痛和气短。\n\nNote:\nOnly the translated content needs to be output, no other irrelevant content!",
  60. "temperature": 0.1,
  61. "top_p": 0.3
  62. }
  63. },
  64. "downstream": [
  65. "Retrieval:BeigeBagsDress"
  66. ],
  67. "upstream": [
  68. "Answer:FlatRavensPush"
  69. ]
  70. },
  71. "Generate:FortyBaboonsRule": {
  72. "obj": {
  73. "component_name": "Generate",
  74. "params": {
  75. "cite": true,
  76. "frequency_penalty": 0.7,
  77. "llm_id": "deepseek-chat@DeepSeek",
  78. "max_tokens": 256,
  79. "message_history_window_size": 12,
  80. "parameters": [],
  81. "presence_penalty": 0.4,
  82. "prompt": "Role: You are a professional Chinese-English medical question translation assistant\n\nTask: Accurately translate users' Chinese medical question content into English, ensuring accuracy of terminology and clarity of expression\n\nRequirements:\n- In-depth understanding of the terminology and disease descriptions in Chinese medical inquiries to ensure correct medical vocabulary is used in the English translation.\n- Maintain the semantic integrity and accuracy of the original text to avoid omitting important information or introducing errors.\n- Pay attention to the differences in expression habits between Chinese and English, and make appropriate adjustments to make the English translation more natural and fluent.\n- Respect the patient's privacy and the principle of medical confidentiality, and do not disclose any sensitive information during the translation process.\n\nExample:\nOriginal sentence: 我最近总是感觉胸闷,有时还会有心悸的感觉。\nTranslated: I've been feeling chest tightness recently, and sometimes I experience palpitations.\n\nNote:\nOnly the translated content should be given, do not output other irrelevant content!",
  83. "temperature": 0.1,
  84. "top_p": 0.3
  85. }
  86. },
  87. "downstream": [
  88. "PubMed:TwentyFansShake"
  89. ],
  90. "upstream": [
  91. "Answer:FlatRavensPush"
  92. ]
  93. },
  94. "Generate:SolidCrewsStare": {
  95. "obj": {
  96. "component_name": "Generate",
  97. "params": {
  98. "cite": true,
  99. "frequency_penalty": 0.7,
  100. "llm_id": "deepseek-chat@DeepSeek",
  101. "max_tokens": 256,
  102. "message_history_window_size": 12,
  103. "parameters": [
  104. {
  105. "component_id": "PubMed:TwentyFansShake",
  106. "id": "9fe5f82e-7be5-45d2-bc6c-1f9ba7e14b34",
  107. "key": "pm_input"
  108. },
  109. {
  110. "component_id": "Retrieval:BeigeBagsDress",
  111. "id": "d2e7b0e2-e222-4776-988c-db239581a083",
  112. "key": "kb_input"
  113. }
  114. ],
  115. "presence_penalty": 0.4,
  116. "prompt": "Role: You are a professional medical consulting assistant\n\nTasks: Answer questions posed by users. Answer based on content provided by the knowledge base, PubMed\n\nRequirement:\n- Answers may refer to the content provided (Knowledge Base, PubMed).\n- If the provided PubMed content is referenced, a link to the corresponding URL should be given.\n-Answers should be professional and accurate; no information should be fabricated that is not relevant to the user's question.\n\nProvided knowledge base content\n{kb_input}\n\nPubMed content provided\n{pm_input}",
  117. "temperature": 0.1,
  118. "top_p": 0.3
  119. }
  120. },
  121. "downstream": [
  122. "Answer:FlatRavensPush"
  123. ],
  124. "upstream": [
  125. "PubMed:TwentyFansShake",
  126. "Retrieval:BeigeBagsDress"
  127. ]
  128. },
  129. "Retrieval:BeigeBagsDress": {
  130. "obj": {
  131. "component_name": "Retrieval",
  132. "params": {
  133. "kb_ids": [],
  134. "keywords_similarity_weight": 0.3,
  135. "similarity_threshold": 0.2,
  136. "top_n": 8
  137. }
  138. },
  139. "downstream": [
  140. "Generate:SolidCrewsStare"
  141. ],
  142. "upstream": [
  143. "Generate:QuietMelonsHear"
  144. ]
  145. }
  146. },
  147. "graph": {
  148. "nodes": [
  149. {
  150. "data": {
  151. "label": "Begin",
  152. "name": "opening"
  153. },
  154. "dragging": false,
  155. "height": 44,
  156. "id": "begin",
  157. "position": {
  158. "x": -599.8361708291377,
  159. "y": 161.91688790133628
  160. },
  161. "positionAbsolute": {
  162. "x": -599.8361708291377,
  163. "y": 161.91688790133628
  164. },
  165. "selected": false,
  166. "sourcePosition": "left",
  167. "targetPosition": "right",
  168. "type": "beginNode",
  169. "width": 100
  170. },
  171. {
  172. "data": {
  173. "form": {
  174. "email": "928018077@qq.com",
  175. "top_n": 10
  176. },
  177. "label": "PubMed",
  178. "name": "Search PubMed"
  179. },
  180. "dragging": false,
  181. "height": 44,
  182. "id": "PubMed:TwentyFansShake",
  183. "position": {
  184. "x": 389.7229173847695,
  185. "y": 276.4372267765921
  186. },
  187. "positionAbsolute": {
  188. "x": 389.7229173847695,
  189. "y": 276.4372267765921
  190. },
  191. "selected": false,
  192. "sourcePosition": "right",
  193. "targetPosition": "left",
  194. "type": "ragNode",
  195. "width": 200
  196. },
  197. {
  198. "data": {
  199. "form": {},
  200. "label": "Answer",
  201. "name": "Interface"
  202. },
  203. "dragging": false,
  204. "height": 44,
  205. "id": "Answer:FlatRavensPush",
  206. "position": {
  207. "x": -370.881803561134,
  208. "y": 161.41373998842477
  209. },
  210. "positionAbsolute": {
  211. "x": -370.881803561134,
  212. "y": 161.41373998842477
  213. },
  214. "selected": false,
  215. "sourcePosition": "right",
  216. "targetPosition": "left",
  217. "type": "logicNode",
  218. "width": 200
  219. },
  220. {
  221. "data": {
  222. "form": {
  223. "cite": true,
  224. "frequencyPenaltyEnabled": true,
  225. "frequency_penalty": 0.7,
  226. "llm_id": "deepseek-chat@DeepSeek",
  227. "maxTokensEnabled": true,
  228. "max_tokens": 256,
  229. "message_history_window_size": 12,
  230. "parameter": "Precise",
  231. "parameters": [],
  232. "presencePenaltyEnabled": true,
  233. "presence_penalty": 0.4,
  234. "prompt": "Role: You are a professional medical consulting translation assistant\n\nTask: Translate user questions into Chinese, ensuring accuracy of medical terminology and appropriateness of context.\n\nRequirements:\n- Accurately translate medical terminology to convey the integrity and emotional color of the original message.\n- For unclear or uncertain medical terminology, the original text may be retained to ensure accuracy.\n- Respect the privacy and sensitivity of medical consultations and ensure that sensitive information is not disclosed during the translation process.\n- If the user's question is in Chinese, there is no need to translate, just output the user's question directly\n\nExample:\nOriginal (English): Doctor, I have been suffering from chest pain and shortness of breath for the past few days.\nTranslation (Chinese): 医生,我这几天一直胸痛和气短。\n\nNote:\nOnly the translated content needs to be output, no other irrelevant content!",
  235. "temperature": 0.1,
  236. "temperatureEnabled": true,
  237. "topPEnabled": true,
  238. "top_p": 0.3
  239. },
  240. "label": "Generate",
  241. "name": "Translate to Chinese"
  242. },
  243. "dragging": false,
  244. "height": 86,
  245. "id": "Generate:QuietMelonsHear",
  246. "position": {
  247. "x": -2.756518132081453,
  248. "y": 38.86485966020132
  249. },
  250. "positionAbsolute": {
  251. "x": -2.756518132081453,
  252. "y": 38.86485966020132
  253. },
  254. "selected": false,
  255. "sourcePosition": "right",
  256. "targetPosition": "left",
  257. "type": "generateNode",
  258. "width": 200
  259. },
  260. {
  261. "data": {
  262. "form": {
  263. "cite": true,
  264. "frequencyPenaltyEnabled": true,
  265. "frequency_penalty": 0.7,
  266. "llm_id": "deepseek-chat@DeepSeek",
  267. "maxTokensEnabled": true,
  268. "max_tokens": 256,
  269. "message_history_window_size": 12,
  270. "parameter": "Precise",
  271. "parameters": [],
  272. "presencePenaltyEnabled": true,
  273. "presence_penalty": 0.4,
  274. "prompt": "Role: You are a professional Chinese-English medical question translation assistant\n\nTask: Accurately translate users' Chinese medical question content into English, ensuring accuracy of terminology and clarity of expression\n\nRequirements:\n- In-depth understanding of the terminology and disease descriptions in Chinese medical inquiries to ensure correct medical vocabulary is used in the English translation.\n- Maintain the semantic integrity and accuracy of the original text to avoid omitting important information or introducing errors.\n- Pay attention to the differences in expression habits between Chinese and English, and make appropriate adjustments to make the English translation more natural and fluent.\n- Respect the patient's privacy and the principle of medical confidentiality, and do not disclose any sensitive information during the translation process.\n\nExample:\nOriginal sentence: 我最近总是感觉胸闷,有时还会有心悸的感觉。\nTranslated: I've been feeling chest tightness recently, and sometimes I experience palpitations.\n\nNote:\nOnly the translated content should be given, do not output other irrelevant content!",
  275. "temperature": 0.1,
  276. "temperatureEnabled": true,
  277. "topPEnabled": true,
  278. "top_p": 0.3
  279. },
  280. "label": "Generate",
  281. "name": "Translate to English"
  282. },
  283. "dragging": false,
  284. "height": 86,
  285. "id": "Generate:FortyBaboonsRule",
  286. "position": {
  287. "x": -3.825864707727135,
  288. "y": 253.2285157283701
  289. },
  290. "positionAbsolute": {
  291. "x": -3.825864707727135,
  292. "y": 253.2285157283701
  293. },
  294. "selected": false,
  295. "sourcePosition": "right",
  296. "targetPosition": "left",
  297. "type": "generateNode",
  298. "width": 200
  299. },
  300. {
  301. "data": {
  302. "form": {
  303. "cite": true,
  304. "frequencyPenaltyEnabled": true,
  305. "frequency_penalty": 0.7,
  306. "llm_id": "deepseek-chat@DeepSeek",
  307. "maxTokensEnabled": true,
  308. "max_tokens": 256,
  309. "message_history_window_size": 12,
  310. "parameter": "Precise",
  311. "parameters": [
  312. {
  313. "component_id": "PubMed:TwentyFansShake",
  314. "id": "9fe5f82e-7be5-45d2-bc6c-1f9ba7e14b34",
  315. "key": "pm_input"
  316. },
  317. {
  318. "component_id": "Retrieval:BeigeBagsDress",
  319. "id": "d2e7b0e2-e222-4776-988c-db239581a083",
  320. "key": "kb_input"
  321. }
  322. ],
  323. "presencePenaltyEnabled": true,
  324. "presence_penalty": 0.4,
  325. "prompt": "Role: You are a professional medical consulting assistant\n\nTasks: Answer questions posed by users. Answer based on content provided by the knowledge base, PubMed\n\nRequirement:\n- Answers may refer to the content provided (Knowledge Base, PubMed).\n- If the provided PubMed content is referenced, a link to the corresponding URL should be given.\n-Answers should be professional and accurate; no information should be fabricated that is not relevant to the user's question.\n\nProvided knowledge base content\n{kb_input}\n\nPubMed content provided\n{pm_input}",
  326. "temperature": 0.1,
  327. "temperatureEnabled": true,
  328. "topPEnabled": true,
  329. "top_p": 0.3
  330. },
  331. "label": "Generate",
  332. "name": "LLM"
  333. },
  334. "dragging": false,
  335. "height": 172,
  336. "id": "Generate:SolidCrewsStare",
  337. "position": {
  338. "x": 427.0382682049008,
  339. "y": -221.26975391424511
  340. },
  341. "positionAbsolute": {
  342. "x": 427.0382682049008,
  343. "y": -221.26975391424511
  344. },
  345. "selected": true,
  346. "sourcePosition": "right",
  347. "targetPosition": "left",
  348. "type": "generateNode",
  349. "width": 200
  350. },
  351. {
  352. "data": {
  353. "form": {
  354. "kb_ids": [],
  355. "keywords_similarity_weight": 0.3,
  356. "similarity_threshold": 0.2,
  357. "top_n": 8
  358. },
  359. "label": "Retrieval",
  360. "name": "Search Q&A"
  361. },
  362. "dragging": false,
  363. "height": 44,
  364. "id": "Retrieval:BeigeBagsDress",
  365. "position": {
  366. "x": 382.25527986090765,
  367. "y": 35.38705653631584
  368. },
  369. "positionAbsolute": {
  370. "x": 382.25527986090765,
  371. "y": 35.38705653631584
  372. },
  373. "selected": false,
  374. "sourcePosition": "right",
  375. "targetPosition": "left",
  376. "type": "retrievalNode",
  377. "width": 200
  378. },
  379. {
  380. "data": {
  381. "form": {
  382. "text": "Receives the user's financial inquiries and displays the large model's response to financial questions."
  383. },
  384. "label": "Note",
  385. "name": "N: Interface"
  386. },
  387. "dragHandle": ".note-drag-handle",
  388. "dragging": false,
  389. "height": 162,
  390. "id": "Note:RedZebrasEnjoy",
  391. "position": {
  392. "x": -374.13983303471906,
  393. "y": 219.54112331790157
  394. },
  395. "positionAbsolute": {
  396. "x": -374.13983303471906,
  397. "y": 219.54112331790157
  398. },
  399. "resizing": false,
  400. "selected": false,
  401. "sourcePosition": "right",
  402. "style": {
  403. "height": 162,
  404. "width": 200
  405. },
  406. "targetPosition": "left",
  407. "type": "noteNode",
  408. "width": 200
  409. },
  410. {
  411. "data": {
  412. "form": {
  413. "text": "Translate user's question to English by LLM."
  414. },
  415. "label": "Note",
  416. "name": "N: Translate to English"
  417. },
  418. "dragHandle": ".note-drag-handle",
  419. "dragging": false,
  420. "height": 128,
  421. "id": "Note:DarkIconsClap",
  422. "position": {
  423. "x": -0.453362859534991,
  424. "y": 357.3687792184929
  425. },
  426. "positionAbsolute": {
  427. "x": -0.453362859534991,
  428. "y": 357.3687792184929
  429. },
  430. "resizing": false,
  431. "selected": false,
  432. "sourcePosition": "right",
  433. "style": {
  434. "height": 128,
  435. "width": 204
  436. },
  437. "targetPosition": "left",
  438. "type": "noteNode",
  439. "width": 204
  440. },
  441. {
  442. "data": {
  443. "form": {
  444. "text": "Translate user's question to Chinese by LLM."
  445. },
  446. "label": "Note",
  447. "name": "N: Translate to Chinese"
  448. },
  449. "dragHandle": ".note-drag-handle",
  450. "dragging": false,
  451. "height": 128,
  452. "id": "Note:SmallRiversTap",
  453. "position": {
  454. "x": -5.453362859535048,
  455. "y": -105.63122078150693
  456. },
  457. "positionAbsolute": {
  458. "x": -5.453362859535048,
  459. "y": -105.63122078150693
  460. },
  461. "resizing": false,
  462. "selected": false,
  463. "sourcePosition": "right",
  464. "style": {
  465. "height": 128,
  466. "width": 196
  467. },
  468. "targetPosition": "left",
  469. "type": "noteNode",
  470. "width": 196
  471. },
  472. {
  473. "data": {
  474. "form": {
  475. "text": "PubMed® comprises more than 37 million citations for biomedical literature from MEDLINE, life science journals, and online books. Citations may include links to full text content from PubMed Central and publisher web sites."
  476. },
  477. "label": "Note",
  478. "name": "N: Search PubMed"
  479. },
  480. "dragHandle": ".note-drag-handle",
  481. "dragging": false,
  482. "height": 220,
  483. "id": "Note:MightyDeerShout",
  484. "position": {
  485. "x": 718.5466371404648,
  486. "y": 275.36877921849293
  487. },
  488. "positionAbsolute": {
  489. "x": 718.5466371404648,
  490. "y": 275.36877921849293
  491. },
  492. "resizing": false,
  493. "selected": false,
  494. "sourcePosition": "right",
  495. "style": {
  496. "height": 220,
  497. "width": 287
  498. },
  499. "targetPosition": "left",
  500. "type": "noteNode",
  501. "width": 287
  502. },
  503. {
  504. "data": {
  505. "form": {
  506. "text": "You can download the Q&A dataset at\nhttps://huggingface.co/datasets/InfiniFlow/medical_QA"
  507. },
  508. "label": "Note",
  509. "name": "N: Search Q&A"
  510. },
  511. "dragHandle": ".note-drag-handle",
  512. "dragging": false,
  513. "height": 128,
  514. "id": "Note:VioletSuitsFlash",
  515. "position": {
  516. "x": 776.4332169584197,
  517. "y": 32.89802610798361
  518. },
  519. "positionAbsolute": {
  520. "x": 776.4332169584197,
  521. "y": 32.89802610798361
  522. },
  523. "resizing": false,
  524. "selected": false,
  525. "sourcePosition": "right",
  526. "style": {
  527. "height": 128,
  528. "width": 387
  529. },
  530. "targetPosition": "left",
  531. "type": "noteNode",
  532. "width": 387
  533. },
  534. {
  535. "data": {
  536. "form": {
  537. "text": "A prompt summarize content from search result from PubMed and Q&A dataset."
  538. },
  539. "label": "Note",
  540. "name": "N: LLM"
  541. },
  542. "dragHandle": ".note-drag-handle",
  543. "dragging": false,
  544. "height": 128,
  545. "id": "Note:BeigeCoinsBuild",
  546. "position": {
  547. "x": 756.9053449234701,
  548. "y": -212.92342186138177
  549. },
  550. "positionAbsolute": {
  551. "x": 756.9053449234701,
  552. "y": -212.92342186138177
  553. },
  554. "selected": false,
  555. "sourcePosition": "right",
  556. "targetPosition": "left",
  557. "type": "noteNode",
  558. "width": 269
  559. }
  560. ],
  561. "edges": [
  562. {
  563. "id": "reactflow__edge-begin-Answer:FlatRavensPushc",
  564. "markerEnd": "logo",
  565. "source": "begin",
  566. "sourceHandle": null,
  567. "style": {
  568. "stroke": "rgb(202 197 245)",
  569. "strokeWidth": 2
  570. },
  571. "target": "Answer:FlatRavensPush",
  572. "targetHandle": "c",
  573. "type": "buttonEdge"
  574. },
  575. {
  576. "id": "reactflow__edge-Answer:FlatRavensPushb-Generate:QuietMelonsHearc",
  577. "markerEnd": "logo",
  578. "source": "Answer:FlatRavensPush",
  579. "sourceHandle": "b",
  580. "style": {
  581. "stroke": "rgb(202 197 245)",
  582. "strokeWidth": 2
  583. },
  584. "target": "Generate:QuietMelonsHear",
  585. "targetHandle": "c",
  586. "type": "buttonEdge"
  587. },
  588. {
  589. "id": "reactflow__edge-Answer:FlatRavensPushb-Generate:FortyBaboonsRulec",
  590. "markerEnd": "logo",
  591. "source": "Answer:FlatRavensPush",
  592. "sourceHandle": "b",
  593. "style": {
  594. "stroke": "rgb(202 197 245)",
  595. "strokeWidth": 2
  596. },
  597. "target": "Generate:FortyBaboonsRule",
  598. "targetHandle": "c",
  599. "type": "buttonEdge"
  600. },
  601. {
  602. "id": "reactflow__edge-Generate:FortyBaboonsRuleb-PubMed:TwentyFansShakec",
  603. "markerEnd": "logo",
  604. "source": "Generate:FortyBaboonsRule",
  605. "sourceHandle": "b",
  606. "style": {
  607. "stroke": "rgb(202 197 245)",
  608. "strokeWidth": 2
  609. },
  610. "target": "PubMed:TwentyFansShake",
  611. "targetHandle": "c",
  612. "type": "buttonEdge"
  613. },
  614. {
  615. "id": "reactflow__edge-PubMed:TwentyFansShakeb-Generate:SolidCrewsStareb",
  616. "markerEnd": "logo",
  617. "source": "PubMed:TwentyFansShake",
  618. "sourceHandle": "b",
  619. "style": {
  620. "stroke": "rgb(202 197 245)",
  621. "strokeWidth": 2
  622. },
  623. "target": "Generate:SolidCrewsStare",
  624. "targetHandle": "b",
  625. "type": "buttonEdge"
  626. },
  627. {
  628. "id": "reactflow__edge-Retrieval:BeigeBagsDressb-Generate:SolidCrewsStareb",
  629. "markerEnd": "logo",
  630. "source": "Retrieval:BeigeBagsDress",
  631. "sourceHandle": "b",
  632. "style": {
  633. "stroke": "rgb(202 197 245)",
  634. "strokeWidth": 2
  635. },
  636. "target": "Generate:SolidCrewsStare",
  637. "targetHandle": "b",
  638. "type": "buttonEdge"
  639. },
  640. {
  641. "id": "reactflow__edge-Generate:QuietMelonsHearb-Retrieval:BeigeBagsDressc",
  642. "markerEnd": "logo",
  643. "source": "Generate:QuietMelonsHear",
  644. "sourceHandle": "b",
  645. "style": {
  646. "stroke": "rgb(202 197 245)",
  647. "strokeWidth": 2
  648. },
  649. "target": "Retrieval:BeigeBagsDress",
  650. "targetHandle": "c",
  651. "type": "buttonEdge"
  652. },
  653. {
  654. "id": "reactflow__edge-Generate:SolidCrewsStarec-Answer:FlatRavensPushc",
  655. "markerEnd": "logo",
  656. "source": "Generate:SolidCrewsStare",
  657. "sourceHandle": "c",
  658. "style": {
  659. "stroke": "rgb(202 197 245)",
  660. "strokeWidth": 2
  661. },
  662. "target": "Answer:FlatRavensPush",
  663. "targetHandle": "c",
  664. "type": "buttonEdge"
  665. }
  666. ]
  667. },
  668. "history": [],
  669. "messages": [],
  670. "path": [],
  671. "reference": []
  672. },
  673. "avatar": "data:image/png;base64,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"
  674. }