Min Jekal

Results 198 comments of Min Jekal

Did you want to create a script or register a function of this integration? If you want a script, it should be something like below. **script** ```yaml tts_image: sequence: -...

Thanks for reporting an issue! This was intended that asking weather can be achieved using `get_attributes` function. However, as you said, it seems like typo. I will fix README.

Although I'm using [naver_weather](https://github.com/miumida/naver_weather) which is designed to support Korea only, `weather` entity should have the same format, I guess, like below. Have you exposed `weather.xxx` entity?

When asked about forecast, it seems gpt doesn't call `get_attribute` function of weather entity. In my case, it calls [get_events](https://github.com/jekalmin/extended_openai_conversation/tree/main/examples/function/calendar#1-get_events) function instead. I think this is because gpt calls date...

Thanks @Scags104 for your help! I wasn't aware that `weather.get_forecasts` service exists. I just installed and tried pirate weather, and it's returning hourly data from now to a week later,...

This is what I currently have. Please try this out. ```yaml - spec: name: get_weather_forecast description: get weather forecast parameters: type: object properties: datetime: type: string description: The date time...

Closing the issue. Thanks @scottdotau for sharing a function!

Thanks for reporting an issue. It seems you are using too many tokens. How many entities did you expose? What functions did you register? How did you ask chatgpt?