mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-03 07:23:53 +07:00
2024 chatgpt update
This commit is contained in:
+112
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22WOazA32H2B6T9CewvCbwS%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Prompt阅读神器(可视化工具) Prompt visualization——Improve the efficiency of reading instructions accurately | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22WOazA32H2B6T9CewvCbwS%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
Tired of feeling frustrated and confused by complicated prompts? Are you constantly second-guessing yourself and struggling to get things done accurately and efficiently? We've got just the solution for you: Prompt Visualization!
|
||||
|
||||
@@ -30,6 +30,117 @@ The content shown in the flowchart needs to be shown in {{ language }} .
|
||||
Finally, you must provide me with a PlantUML code.
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
Sure, I can help you create a PlantUML flowchart based on your prompt. Here is the code:
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
@startuml
|
||||
|
||||
skinparam backgroundColor #FFFFFF
|
||||
|
||||
skinparam monochrome false
|
||||
|
||||
skinparam shadowing false
|
||||
|
||||
skinparam defaultTextAlignment center
|
||||
|
||||
skinparam defaultFontSize 18
|
||||
|
||||
skinparam defaultFontName Arial
|
||||
|
||||
|
||||
|
||||
skinparam activity {
|
||||
|
||||
BackgroundColor #F0E68C
|
||||
|
||||
BorderColor #8B4513
|
||||
|
||||
FontColor #333333
|
||||
|
||||
ArrowColor #8B4513
|
||||
|
||||
ArrowFontColor #333333
|
||||
|
||||
ArrowFontSize 18
|
||||
|
||||
ArrowFontName Arial
|
||||
|
||||
StartColor #00AA00
|
||||
|
||||
EndColor #AA0000
|
||||
|
||||
BarColor #333333
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
title <size:24><b>Prompt Creator Process</b></size>
|
||||
|
||||
|
||||
|
||||
start
|
||||
|
||||
:Ask for prompt topic;
|
||||
|
||||
if ("Topic provided?") then (yes)
|
||||
|
||||
fork
|
||||
|
||||
:Generate Revised Prompt Section;
|
||||
|
||||
:Suggest details to include;
|
||||
|
||||
:Ask for additional information;
|
||||
|
||||
fork again
|
||||
|
||||
:Revise Prompt Based on Feedback;
|
||||
|
||||
:Suggest details to include;
|
||||
|
||||
:Ask for additional information;
|
||||
|
||||
fork end
|
||||
|
||||
:Finalize Prompt;
|
||||
|
||||
:Provide options;
|
||||
|
||||
endif
|
||||
|
||||
if ("User selects Option 1") then (yes)
|
||||
|
||||
:Ask for additional information;
|
||||
|
||||
elseif ("User selects Option 2") then (yes)
|
||||
|
||||
:Use Revised Prompt as Query;
|
||||
|
||||
elseif ("User selects Option 3") then (yes)
|
||||
|
||||
:Restart process from beginning;
|
||||
|
||||
elseif ("User selects Option 4") then (yes)
|
||||
|
||||
:End process and revert to ChatGPT mode;
|
||||
|
||||
endif
|
||||
|
||||
stop
|
||||
|
||||
@enduml
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
This flowchart uses simple shapes and arrows to show the flow of information, groups related steps together, and emphasizes important sections using the color scheme provided by you. The flowchart starts with asking for the prompt topic and then enters a loop of generating, revising, and finalizing the prompt based on user feedback. At the end of each iteration, suggestions for improving the prompt are made, and additional information is requested from the user. Once the prompt is finalized, options are provided to the user. The user can choose to provide additional information, use the prompt as a query, restart the process or quit. I hope this helps! Let me know if you have any further questions or if you need any modifications to the flowchart.
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Sure, I can help you create a PlantUML flowchart based on your prompt. Here is the code:
|
||||
@@ -142,4 +253,3 @@ stop
|
||||
|
||||
This flowchart uses simple shapes and arrows to show the flow of information, groups related steps together, and emphasizes important sections using the color scheme provided by you. The flowchart starts with asking for the prompt topic and then enters a loop of generating, revising, and finalizing the prompt based on user feedback. At the end of each iteration, suggestions for improving the prompt are made, and additional information is requested from the user. Once the prompt is finalized, options are provided to the user. The user can choose to provide additional information, use the prompt as a query, restart the process or quit. I hope this helps! Let me know if you have any further questions or if you need any modifications to the flowchart.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user