🧪 Direct Gemini API Test

Test the system prompt by calling Gemini directly (bypassing the backend)

🔍 What This Tests:

  • Loads the exact same system prompt from KB
  • Calls Gemini API via Base44 backend function (uses GEMINI_API_KEY secret)
  • Shows the exact payload sent to Gemini
  • Proves whether Gemini respects the system prompt correctly
Note: This bypasses the Supabase sensei-gemini-chat function to isolate the issue. If Gemini responds correctly here, the problem is in the Supabase function's prompt handling.