mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-21 23:54:19 +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
|
- only consists of lower and upper case characters
|
||||||
- end with Executor.
|
- 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**
|
**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