diff --git a/dev_gpt/options/generate/templates_user.py b/dev_gpt/options/generate/templates_user.py index a726b17..45ad093 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -37,10 +37,15 @@ The executor name must fulfill the following criteria: - only consists of lower and upper case characters - end with Executor. -The output is a the raw string wrapped into ``` and starting with **name.txt** like this: +The name is witten in the following format: **name.txt** ``` -PDFParserExecutor + +``` +Example for: "Get a png as input and return a vectorized version as svg.": +**name.txt** +``` +PngToSvgExecutor ```''' )