-- Oricode example
local Oricode = require("Oricode")
-- Generate a combat module
local result = Oricode.generate({
prompt = "raycasting gun with recoil",
model = "mistral"
})
-- Apply to current script
Oricode.apply(result)
-- Chat continuation
local reply = Oricode.chat("add damage falloff")
print(reply)
-- output: Added distance-based falloff