Skip to main content

Documentation Index

Fetch the complete documentation index at: https://snowglobe.so/docs/llms.txt

Use this file to discover all available pages before exploring further.

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-connect init and filled in the required logic
  • You’re authenticated, and any provider keys (for example, OPENAI_API_KEY) are set

Usage

snowglobe-connect test

Expected result

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