mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-01 03:15:58 +03:00
fix(scripts): remove description property on LLM action classifier training
This commit is contained in:
parent
c21051b9a7
commit
822e20f80b
@ -46,7 +46,7 @@ export default () =>
|
||||
* Skip actions without utterance samples to make sure we only match
|
||||
* actions that are actionable from an utterance
|
||||
*/
|
||||
if (!actionObj.utterance_samples || !actionObj.description) {
|
||||
if (!actionObj.utterance_samples) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user