Files
openclaw/src/agents/openclaw-tools.image-generation.test.ts
2026-06-04 15:33:39 -04:00

9 lines
374 B
TypeScript

// Verifies image-generation tool registration through the shared generation harness.
import { describeOpenClawGenerationToolRegistration } from "./openclaw-tools.generation.test-support.js";
describeOpenClawGenerationToolRegistration({
suiteName: "openclaw tools image generation registration",
toolName: "image_generate",
toolLabel: "an image-generation tool",
});