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
// this will only kick in if is in sim and test mode
if util.env("WING_TARGET") == "sim" && nodeof(joke).app.isTestEnvironment {
let model = nodeof(nodeof(joke).findChild("claude")).findChild("sim");
let sim: s.Model_sim = unsafeCast(model);
sim.setMockResponse(inflight (body) => {
return {
completion: " Here's a silly joke about oranges:\n\nHow does an orange ask another orange to dance?\n\"Hey orange, want to grab a peeling and tango?\"",