Compare commits
No commits in common. "b542b08c5add78b6e72f75f85c7b38c3e3a3d9ac" and "b27f88d472fe288cf74c3457ba6bdc816f59e7f1" have entirely different histories.
b542b08c5a
...
b27f88d472
|
|
@ -27,7 +27,7 @@ type BotTool struct {
|
|||
|
||||
// NewBotTool 创建直连天下订单详情工具
|
||||
func NewBotTool(config *config.Config, llm *utils_ollama.Client, sessionImpl *impl.SessionImpl) *BotTool {
|
||||
return &BotTool{config: config, llm: llm, sessionImpl: sessionImpl, taskMap: make(map[string]string)}
|
||||
return &BotTool{config: config, llm: llm, sessionImpl: sessionImpl}
|
||||
}
|
||||
|
||||
// BugOptimizationSubmitForm 工单提交表单参数
|
||||
|
|
|
|||
Loading…
Reference in New Issue