ZIT prompting guide and tweaks
This commit is contained in:
@@ -24,7 +24,7 @@ async def handle(args: Dict[str, Any]) -> List[Dict[str, Any]]:
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Available models:\n\n" + "\n".join([f"- {m['name']}: {m['description']}" for m in catalog]) +
|
||||
"\n\nTo get a detailed prompting guide and available resolutions for a specific model, call this tool again with the 'model_name' argument."
|
||||
"\n\nBefore generating an image, you MUST call this tool again with your selected model as the 'model_name' argument."
|
||||
}
|
||||
]
|
||||
|
||||
@@ -41,7 +41,7 @@ async def handle(args: Dict[str, Any]) -> List[Dict[str, Any]]:
|
||||
"type": "text",
|
||||
"text": f"Model '{model_name}' not found.\n\nAvailable models:\n\n" +
|
||||
"\n".join([f"- {m['name']}: {m['description']}" for m in catalog]) +
|
||||
"\n\nTo get a detailed prompting guide and available resolutions for a specific model, call this tool again with the 'model_name' argument."
|
||||
"\n\nBefore generating an image, you MUST call this tool again with selected model as the 'model_name' argument."
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user