chore(llm): expose prompt as variable (#100)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-19 16:10:06 -04:00
committed by GitHub
parent 2a0311fbf1
commit 5d866379b6

View File

@@ -644,6 +644,9 @@ M.commands = function()
})
end
M.SYSTEM_PROMPT = system_prompt
M.BASE_PROMPT = base_user_prompt
return setmetatable(M, {
__index = function(t, k)
local h = H[k]