File size: 2,549 Bytes
a3ebd45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c71dafa
 
a3ebd45
 
 
c71dafa
 
a3ebd45
 
 
 
c71dafa
a3ebd45
c71dafa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a3ebd45
 
 
c71dafa
a3ebd45
c71dafa
a3ebd45
c71dafa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "components": {
            "begin": {
                "obj":{
                    "component_name": "Begin",
                    "params": {
                      "prologue": "Hi there!"
                    }
                },
                "downstream": ["answer:0"],
                "upstream": []
            },
            "answer:0": {
                "obj": {
                    "component_name": "Answer",
                    "params": {}
                },
                "downstream": ["categorize:0"],
                "upstream": ["begin"]
            },
            "categorize:0": {
                "obj": {
                    "component_name": "Categorize",
                    "params": {
                      "llm_id": "deepseek-chat",
                      "category_description": {
                        "product_related": {
                          "description": "The question is about the product usage, appearance and how it works.",
                          "examples": "Why it always beaming?\nHow to install it onto the wall?\nIt leaks, what to do?",
                          "to": "message:0"
                        },
                        "others": {
                          "description": "The question is not about the product usage, appearance and how it works.",
                          "examples": "How are you doing?\nWhat is your name?\nAre you a robot?\nWhat's the weather?\nWill it rain?",
                          "to": "message:1"
                        }
                      }
                    }
                },
                "downstream": ["message:0","message:1"],
                "upstream": ["answer:0"]
            },
            "message:0": {
                "obj": {
                    "component_name": "Message",
                    "params": {
                      "messages": [
                        "Message 0!!!!!!!"
                      ]
                    }
                },
                "downstream": ["answer:0"],
                "upstream": ["categorize:0"]
            },
            "message:1": {
                "obj": {
                    "component_name": "Message",
                    "params": {
                      "messages": [
                        "Message 1!!!!!!!"
                      ]
                    }
                },
                "downstream": ["answer:0"],
                "upstream": ["categorize:0"]
            }
  },
  "history": [],
  "messages": [],
  "path": [],
  "reference": [],
  "answer": []
}