more version 18 fixes... hopefully he quits trying to backup or at least announcing it

This commit is contained in:
Jacob Dubin
2026-04-29 09:48:36 -05:00
parent c2998593fd
commit 4079302d0d
10 changed files with 39268 additions and 14 deletions

View File

@@ -166,7 +166,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
intent = outboundIntent,
rule = outboundRules.FirstOrDefault() ?? string.Empty,
score = 0.95,
cloudSkill
cloudSkill,
skipSurprises = true
}
}
};
@@ -322,7 +323,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
{
intent = "heyJibo",
rule = rules.FirstOrDefault() ?? string.Empty,
score = 0.95
score = 0.95,
skipSurprises = true
}
}
})),
@@ -928,7 +930,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
{
skillID = skillId,
onRobot = true,
launch = true
launch = true,
skipSurprises = true
},
asr = new
{