We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3105cb2 commit 5488134Copy full SHA for 5488134
src/modelscope_mcp_server/tools/aigc.py
@@ -42,7 +42,8 @@ async def generate_image(
42
str | None,
43
Field(
44
description="The model's ID to be used for image generation. "
45
- "If not provided, the default model for the corresponding generation type (text-to-image or image-to-image) is used."
+ "If not provided, the default model for the corresponding generation type "
46
+ "(text-to-image or image-to-image) is used."
47
),
48
] = None,
49
image_url: Annotated[
0 commit comments