Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt

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

ImageCraftPromptTemplateDict

class ImageCraftPromptTemplateDict(TextPromptDict):
A dictionary containing :obj:TextPrompt used in the ImageCraft task. Parameters:
  • ASSISTANT_PROMPT (TextPrompt): A prompt for the AI assistant to create an original image based on the provided descriptive captions.

init

def __init__(self, *args: Any, **kwargs: Any):