Skip to content

bug adding event to calendar #1072

@NickMonrad

Description

@NickMonrad

See below, this was routed from quick actions- which should have slot filled but also the run intent failed from the llm

You: add something to the calendar for the 9th of june
Jandal:
[Thinking]
The user wants to add an event to their calendar for June 9th.
I need to use the run_intent tool for this, as it supports native Android device actions like calendar.
The run_intent tool requires intent_name and parameters.
The intent_name for calendar actions is likely related to calendar.
I need to call load_skill first to learn the available intents and parameters for the calendar skill, as the exact intent name and parameter structure are not immediately obvious from the prompt.

Plan:

  1. Call load_skill with skill_name="calendar" (or a similar guess, but since the prompt says "Use load_skill only when you need extra instructions for a complex or gateway skill", and calendar is a gateway skill, this is appropriate).
  2. Wait for the skill instructions.
  3. Based on the instructions, call run_intent with the correct parameters for adding an event on June 9th.

Since I don't know the exact skill name for calendar intents, I will start by loading the skill.
[End Thinking]
[Tool Call: load_skill — failed]
Request: {"name":"load_skill","arguments":{"skill_name":"calendar"}}
Result: Unknown skill: 'calendar'. Available: run_intent, get_weather, query_wikipedia, save_memory, search_memory, get_system_info, run_js
[End Tool Call]
I tried to do that but something went wrong: Unknown skill: 'calendar'. Available: run_intent, get_weather, query_wikipedia, save_memory, search_memory, get_system_info, run_js

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingskills

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions