call_llm.lua

-- Mock LLM call
local function call_llm(prompt)
    return "This is a mock response to: " .. prompt
end

return call_llm
generated by LDoc 1.5.0 Last updated 2026-05-14 19:30:16