Skip to content

Commit

Permalink
fix(guide): should not memoized to guide_lib_explain_file
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Sep 1, 2024
1 parent 6a62b76 commit 457490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/guide_lib_explain.ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ autoRunLLMIfPromptAvailable: false
- $if: "this.$isDir(__dirname+this.file)"
then:
-> guide_lib_select(dir=file) -> $set('file')
- -> guide_lib_explain_file(file=file, lang=lang)
- -> guide_lib_explain_file(file=file, lang=lang, memoized=false)

0 comments on commit 457490b

Please sign in to comment.