File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
prompts/ai_prompt_analyzer_and_output_generator Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ You are an AI assistant tasked with analyzing an AI prompt and producing specifi
12
12
Here's the list of predefined top-level categories:
13
13
14
14
TOP_LEVEL_CATEGORIES = [
15
+ "agile_methodologies",
16
+ "api_development",
17
+ "backend_development",
18
+ "cloud_computing",
15
19
"code_analysis",
16
20
"code_generation",
17
21
"code_optimization",
18
22
"code_review",
23
+ "containerization",
19
24
"data_management",
20
25
"database_design",
21
26
"debugging",
@@ -25,22 +30,22 @@ TOP_LEVEL_CATEGORIES = [
25
30
"documentation",
26
31
"error_handling",
27
32
"frontend_development",
28
- "backend_development",
29
33
"full_stack_development",
30
34
"ide_tools",
31
35
"machine_learning",
36
+ "microservices",
32
37
"mobile_development",
38
+ "network_programming",
33
39
"performance_tuning",
34
40
"project_management",
35
41
"refactoring",
42
+ "scalability",
36
43
"security",
37
44
"software_architecture",
45
+ "system_design",
38
46
"testing",
39
47
"version_control",
40
48
"web_development",
41
- "api_development",
42
- "cloud_computing",
43
- "containerization",
44
49
"workflow_automation"
45
50
]
46
51
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- with :
18
- fetch-depth : 2
19
17
20
18
- name : Set up Python
21
19
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments