You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "components": {
  3. "begin": {
  4. "obj":{
  5. "component_name": "Begin",
  6. "params": {
  7. "prologue": "Hi there!"
  8. }
  9. },
  10. "downstream": ["answer:0"],
  11. "upstream": []
  12. },
  13. "answer:0": {
  14. "obj": {
  15. "component_name": "Answer",
  16. "params": {}
  17. },
  18. "downstream": ["categorize:0"],
  19. "upstream": ["begin"]
  20. },
  21. "categorize:0": {
  22. "obj": {
  23. "component_name": "Categorize",
  24. "params": {
  25. "llm_id": "deepseek-chat",
  26. "category_description": {
  27. "product_related": {
  28. "description": "The question is about the product usage, appearance and how it works.",
  29. "examples": "Why it always beaming?\nHow to install it onto the wall?\nIt leaks, what to do?"
  30. },
  31. "others": {
  32. "description": "The question is not about the product usage, appearance and how it works.",
  33. "examples": "How are you doing?\nWhat is your name?\nAre you a robot?\nWhat's the weather?\nWill it rain?"
  34. }
  35. }
  36. }
  37. },
  38. "downstream": [],
  39. "upstream": ["answer:0"]
  40. }
  41. },
  42. "history": [],
  43. "path": [],
  44. "answer": []
  45. }