mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-21 07:34:20 +01:00
➰ feat: avoid loop
This commit is contained in:
@@ -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
|
||||
<name here>
|
||||
```
|
||||
Example for: "Get a png as input and return a vectorized version as svg.":
|
||||
**name.txt**
|
||||
```
|
||||
PngToSvgExecutor
|
||||
```'''
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user