While creating the codebase for a project (In React), was working correctly until suddenly the Gemini Chat returned a python’s prompt instead of the actual response, like this:
print(default_api.natural_language_write_file(language = "typescript", path = "hooks/useAuth.ts", prompt = "In typescript, Create a hook that initializes the Supabase client and provides a function to sign in with Google and sign out."))
After restarting Gemini Chat I and trying to interact with the prompt I get the error “Agent does not support user prompts.”