Skip to content

Commit

Permalink
fix: update llm-nlu confidence value
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedorbozgithub committed Jan 15, 2025
1 parent c9f411e commit 7186d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/extensions/helpers/llm-nlu/index.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default class LlmNluHelper
traits.push({
entity: name,
value,
confidence: 0.0,
confidence: 100,
});
}

Expand Down

0 comments on commit 7186d95

Please sign in to comment.