Thyraz
August 3, 2025, 6:02pm
2
You can see here what I added to my prompt to get an own script called instead of the default one for timers:
Seems like it’s working.
A quick fake tool:
alias: Timer Manager
icon: fas:stopwatch
description: >
This is your tool for everything related to Timers (LLM tool). Creating
timers, cancel timers, Requesting state of timers
Operations Parameter can be : set
mode: single
fields:
operation:
description: The operation you want to execute, like "set"
name: Operation
required: true
selector:
select:
options:
- set
seconds:
name: Seconds
…
Not sure about the Extended Conversation version, but here are a few examples how it works with the default OpenAI integration in Assist with parameters. But maybe this is not behaving the same way …
Hello everyone,
edit:
I decided to use this thread to share my journey with improving my LLM based assistant using OpenAI gpt-4o-mini by adding tools.
So I will add LLM tools I create, or link to LLM tools that I start to use in this thread and try to update the start post with links as an table of contents.
I learned a lot from Nathan’s Friday Party thread, but I think more user stories (and a maybe less perfect/large solution as a starter) are always a good thing for others to get into the …
2 Likes