Skip to content

Commit a003139

Browse files
update description
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent 45f3ea3 commit a003139

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

genaisrc/treesitter.genai.mts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
script({
2-
title: "Invoke LLM code update",
2+
title: "Extract functions from files using treesitter",
33
files: "src/muz/spacer/spacer_qe_project.cpp"
44
})
55

6-
// return function names and source code of the functions
7-
86
function get_functions(captures : QueryCapture[], code : string) {
97
return captures.map(({ name, node }) => ({
108
code : node.text

0 commit comments

Comments
 (0)