C-Loftus / talon-ai-tools

Query LLMs and AI tools with voice commands
http://colton.place/talon-ai-tools/
MIT License
51 stars 20 forks source link

Clean up model blend documentation and clarity #76

Closed C-Loftus closed 3 months ago

C-Loftus commented 3 months ago

In general I like to have a short comment and example before the spoken definition of any comment. I would like to add this for model blend since it isn't super clear without it given the functions it calls are all wrappers.

i.e.

model blend takes a X and a Y and returns a Z, where Z is a blend of X and Y
    Example `model blend block this to block next`

https://github.com/C-Loftus/talon-ai-tools/blob/cf9ced99275e5c6c41d0ec8227bb6fd32c49bf14/GPT/beta-commands/beta-cursorless.talon#L18-L32

Since this is using a hard coded 0 can't this just be changed to user.paste? https://github.com/C-Loftus/talon-ai-tools/blob/cf9ced99275e5c6c41d0ec8227bb6fd32c49bf14/GPT/beta-commands/beta-cursorless.talon#L36