# Data ```lua return { from_data = "From Data (input.path: " .. input.path } ``` # Instruction Why is the sky blue? Make it super concise. # Output ```lua -- ai_response (with ai_response.content) is the variable in the context of the eventual response of the AI. return "Output - " .. input.path .. " - " .. data.from_data ```