Update How to generate document using artificial intelligence authored by Ramicés dos Santos Silva's avatar Ramicés dos Santos Silva
......@@ -51,14 +51,14 @@ That's it! You have now installed and can use Bito AI in Visual Studio Code. Enj
# Second: Prompt Templates examples
1. Access the template area
## Access the template area
\
![templates1](uploads/a44700b3ae16b7677f4e6b392eeaee6d/templates1.png)
2. Create a new prompt template
## Create a new prompt template
* Define the prompt for you documentation task.\
An example for media wiki documentation task:
### Define the prompt for you documentation task.
#### An example for media wiki documentation task:
```
Your task is to analyze the code given below for create documentation in english.
......@@ -100,3 +100,18 @@ The documentation generatede was based on the mediawiki standard following the t
}}
<hr>
```
#### An example for generate a diagram based in plantUML
```
Generate a colorful PlantUML activity diagram based on the following complex react code snippet
detail user interaction for all steps. In steps show the funtions call and your parameters. In diagram, use diferente colours.The snippet code from above.
```
#### An example for generate a diagram based in plantUML
```
Generate a colourful PlantUML activity diagram based on the following complex react code snippet
with user interaction: (include the react code snippet from above)
```