Skip to content

chunk_details tool uses chunk_id only, looks up project/file itself#50

Merged
jurasofish merged 1 commit intomainfrom
chunk_details_by_id_only
Mar 2, 2025
Merged

chunk_details tool uses chunk_id only, looks up project/file itself#50
jurasofish merged 1 commit intomainfrom
chunk_details_by_id_only

Conversation

@jurasofish
Copy link
Owner

Closes #40

Now the LLM doesn't have to repeatedly specify the project name and file path when grabbing chunk details 👍

Involves a little vile brute search but oh well, can come back to it if anyone complains about perf. Preparing e.g. a dict for lookup is not totally trivial since things things are updated upon file refresh in the background. But shouldn't be hard.

@jurasofish jurasofish merged commit de6afb2 into main Mar 2, 2025
20 checks passed
@jurasofish jurasofish deleted the chunk_details_by_id_only branch March 2, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow looking up chunk purely by id

1 participant