Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 30, 2024
1 parent 7c5076e commit 083f7fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GPT/beta-commands/beta-cursorless.talon
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ model blend <user.cursorless_target>:
result = user.gpt_blend_list(target_text, edit.selected_text())
user.paste(result)


on <user.cursorless_target> [responding {user.modelResponseMethod}] model (<user.modelPrompt> | please <user.text>):
source_text = user.cursorless_get_text_list(cursorless_target)
result = user.gpt_apply_prompt(modelPrompt or text, source_text)
Expand All @@ -44,4 +43,4 @@ on <user.cursorless_target> responding at <user.cursorless_target> model (<user.
result = user.gpt_apply_prompt(modelPrompt or text, source_text)
destination_text = user.cursorless_get_text(cursorless_target_2)
default_destination = user.cursorless_create_destination(cursorless_target_2)
user.cursorless_insert(default_destination, result)
user.cursorless_insert(default_destination, result)

0 comments on commit 083f7fb

Please sign in to comment.