You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{tier: "Elite",name: "The Ritz Tokyo",price: 650,rating: 5,amenities: ["Butler","Sky Bar"]}
312
+
]
313
+
};
314
+
}
315
+
316
+
return{
317
+
response: isFlight||isHotel
318
+
? "I have successfully polled the global grids in simulated mode. Please review the curated options below to secure your Flow."
319
+
: "I am currently operating in simulated mode as the live ExFlo node is unreachable. I can still help you explore the orchestration flow—try asking for a flight from Nairobi to London!",
320
+
manifest
321
+
};
322
+
};
323
+
287
324
try{
288
325
constres=awaitfetch(`${BACKEND_URL}/chat`,{
289
326
method: "POST",
@@ -307,17 +344,22 @@ export default function Plan() {
307
344
},
308
345
]);
309
346
}catch(err){
310
-
console.error("Ashley backend unreachable:",err);
347
+
console.warn("Ashley backend unreachable, switching to simulation:",err);
"I'm encountering a disruption on the orchestration layer — it appears the ExFlo node is temporarily offline. Please ensure the backend is running and try again. I will be standing by. 🛡️",
0 commit comments