mirror of
https://github.com/hexastack/hexabot
synced 2025-03-16 10:28:54 +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({
|
traits.push({
|
||||||
entity: name,
|
entity: name,
|
||||||
value,
|
value,
|
||||||
confidence: 0.0,
|
confidence: 100,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user