There was an error while loading. Please reload this page.
1 parent 6576006 commit 7e39addCopy full SHA for 7e39add
1 file changed
docs/arc/04-cookbook/weather.md
@@ -54,7 +54,7 @@ function(
54
if (locationToUse == null) {
55
"Please provide a location."
56
} else {
57
- if (locationSpecified) memory("weather_location", location, MemoryScope.LONG_TERM)
+ if (locationSpecified) memory("weather_location", location)
58
if (!locationSpecified) +"Using your location preference of $locationToUse."
59
60
"""
0 commit comments