Back to Templates
See llms.txt for all machine-readable content.
This workflow receives English practice messages via a webhook, uses an OpenRouter chat model with Postgres-backed conversation memory to generate tutoring feedback, logs the exchange to Supabase, and returns the tutor’s reply as a JSON response.
user_id and message.user_id and message values.user_id to maintain per-student context.conversations table along with the user identifier and original message.user_id.conversations table, then confirm the mapped columns (user_id, role, message) match your schema.user_id and message to that endpoint.