Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove list todays events tool from outlook calendar #329

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

njhale
Copy link
Member

@njhale njhale commented Jan 9, 2025

Remove the List Todays Events tool from the Outlook Calendar bundle.

The tool is not user timezone aware and the LLM can use List Events to
query for the same information by setting start and end arguments based
on the user's timezone.

Addresses obot-platform/obot#508

Note: I'm still running into an edge-case here where the LLM omits events where the UTC date falls outside the current date in the user's local timezone. I haven't figured out how to tweak the context so that the LLM won't make this mistake. I suspect we'll have to plumb the timezone into the actual tool calls and convert the start and end dates to the user's timezone before returning the elements to the user.

Remove the `List Todays Events` tool from the `Outlook Calendar` bundle.

The tool is not user timezone aware and the LLM can use `List Events` to
query for the same information by setting start and end arguments based
on the user's timezone.

Addresses obot-platform/obot#508

Signed-off-by: Nick Hale <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant