This command tests your chatbot wrapper to ensure it is set up correctly and accepts and returns messages in the correct format. It:
  • Sends a minimal test scenario
  • Verifies the response shape matches what Snowglobe expects

Prerequisites

  • You created a wrapper with snowglobe init and filled in the required logic
  • You’re authenticated, and any provider keys (for example, OPENAI_API_KEY) are set

Usage

snowglobe test

Expected result

You’ll see a success confirmation in the terminal indicating your wrapper responded with a valid output.