datamongus
12/19/2024, 4:26 PMNate
12/19/2024, 4:29 PMdatamongus
12/19/2024, 4:37 PMdef get_weather(location: str) -> float:
"""Fetch weather data for the specified location."""
# Implementation details...
datamongus
12/19/2024, 4:37 PMNate
12/19/2024, 4:39 PM@marvin.fn
def sentiment(text: str) -> float:
"""
Returns a sentiment score for `text`
between -1 (negative) and 1 (positive).
"""
Nate
12/19/2024, 4:40 PMNate
12/19/2024, 4:40 PMNate
12/19/2024, 4:41 PMNate
12/19/2024, 4:42 PMdatamongus
12/19/2024, 5:37 PMdatamongus
12/19/2024, 5:40 PMNate
12/19/2024, 6:10 PMtemperature
which is supported for most llmsNate
12/19/2024, 6:10 PMdatamongus
12/19/2024, 6:11 PMdatamongus
12/19/2024, 6:11 PMNate
12/19/2024, 6:12 PM