mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix: update llm-nlu confidence value
This commit is contained in:
parent
c9f411e813
commit
7186d9587b
@ -168,7 +168,7 @@ export default class LlmNluHelper
|
||||
traits.push({
|
||||
entity: name,
|
||||
value,
|
||||
confidence: 0.0,
|
||||
confidence: 100,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user