Skip to content

Re-factor Reminder capability to use Function Calling #2

@dschil138

Description

@dschil138

The Reminder feature works inconsistently since around the time ChatGPT Function Calling was introduced. I believe the models were probably updated to make them less willing to output "commands" like the reminder feature uses, unless you are explicitly using Function Calling. So it probably needs to utilize that now.

Either way, this feature needs to either be updated to work consistently again, or be cut entirely.

The tricky thing here is that when using Function Calling, you generally get just the function response from the model- not the function response + a chat message. So there may have to be some backend trickery here to re-call the model a second time to get a regular message as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions