mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 09:30:43 +00:00
8 lines
288 B
TypeScript
8 lines
288 B
TypeScript
import { describeOpenClawGenerationToolRegistration } from "./openclaw-tools.generation.test-support.js";
|
|
|
|
describeOpenClawGenerationToolRegistration({
|
|
suiteName: "openclaw tools image generation registration",
|
|
toolName: "image_generate",
|
|
toolLabel: "an image-generation tool",
|
|
});
|