Skip to content

Commit 7e39add

Browse files
committed
feat: update cookbook
1 parent 6576006 commit 7e39add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/arc/04-cookbook/weather.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function(
5454
if (locationToUse == null) {
5555
"Please provide a location."
5656
} else {
57-
if (locationSpecified) memory("weather_location", location, MemoryScope.LONG_TERM)
57+
if (locationSpecified) memory("weather_location", location)
5858
if (!locationSpecified) +"Using your location preference of $locationToUse."
5959

6060
"""

0 commit comments

Comments
 (0)