Revert weather report-skill routing to stabilize playback

This commit is contained in:
Jacob Dubin
2026-05-11 07:26:56 -05:00
parent af2fdd230c
commit c0e9b41cd1
10 changed files with 59791 additions and 24 deletions

View File

@@ -665,7 +665,7 @@ public sealed class JiboInteractionService(
return new JiboInteractionDecision(
"weather",
weeklySpokenReply,
"report-skill",
"chitchat-skill",
SkillPayload: weeklyWeatherPayload);
}
@@ -705,7 +705,7 @@ public sealed class JiboInteractionService(
return new JiboInteractionDecision(
"weather",
spokenReply,
"report-skill",
"chitchat-skill",
SkillPayload: weatherPayload);
}

View File

@@ -300,22 +300,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
DelayMs: 125));
}
if (isReportSkillLaunch)
{
messages.Add(new SocketReplyPlan(
JsonSerializer.Serialize(BuildSkillRedirectPayload(
transId,
"report-skill",
outboundIntent,
outboundAsrText,
outboundRules,
entities)),
DelayMs: 75));
messages.Add(new SocketReplyPlan(
JsonSerializer.Serialize(BuildCompletionOnlySkillPayload(transId, "report-skill")),
DelayMs: 125));
}
if (emitSkillActions && speak is not null)
{
messages.Add(new SocketReplyPlan(