You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#18 describes an edit mode using lines. But which lines? Most authors can read line numbers in their editor, but that's a PITA.
Add a find "tool" (not an LLM tool as in requested by the LLM itself, but maybe it could be in the future) that "finds" a section of the input document based on a natural language query. It would return the lines to edit for edit mode.
ailly --find hello.js --prompt "the method whizbang"
Haiku prompt:
Human: The text of hello.js
Assistant: ...
Human: Examples of tree sitter scripts
Assistant:
Human: Write a tree sitter script for this question: the method whizbang
#18 describes an edit mode using lines. But which lines? Most authors can read line numbers in their editor, but that's a PITA.
Add a
find
"tool" (not an LLM tool as in requested by the LLM itself, but maybe it could be in the future) that "finds" a section of the input document based on a natural language query. It would return the lines to edit for edit mode.ailly --find hello.js --prompt "the method whizbang"
Haiku prompt:
Possible reply:
Then execute this against hello.js and get line numbers.
The text was updated successfully, but these errors were encountered: