Compare commits
No commits in common. "137ff331fd78abeca94fb0b925b23095b15423d3" and "5deb04576786556328dc85ecd4f163932eff37e7" have entirely different histories.
137ff331fd
...
5deb045767
|
|
@ -61,14 +61,6 @@ func Test_ProductLog(t *testing.T) {
|
|||
t.Log(err)
|
||||
}
|
||||
|
||||
func Test_ZltxStatistics(t *testing.T) {
|
||||
routerBiz := in()
|
||||
ch := make(chan entitys.ResponseData, 5)
|
||||
defer close(ch)
|
||||
err := routerBiz.handleTask(ch, nil, &entitys.Match{Index: "order_diagnosis", Parameters: `{"number":"15583730896"}`}, &model.AiTask{Config: `{"tool": "zltxOrderStatistics", "param": {"type": "object", "optional": [], "required": ["number"], "properties": {"number": {"type": "string", "description": "充值账号/分销商ID"}}}}`})
|
||||
t.Log(err)
|
||||
}
|
||||
|
||||
func in() *AiRouterBiz {
|
||||
|
||||
modDir, err := getModuleDir()
|
||||
|
|
|
|||
Loading…
Reference in New Issue