mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
18 lines
531 B
JSON
18 lines
531 B
JSON
{
|
|
"zeroshot": "Prompt Zero-shot",
|
|
"fewshot": "Prompt Few-shot",
|
|
"cot": "Prompt Chain-of-Thought",
|
|
"consistency": "Self-Consistency",
|
|
"knowledge": "Prompt Generate Knowledge",
|
|
"tot": "Tree of Thoughts",
|
|
"rag": "Retrieval Augmented Generation",
|
|
"art": "Automatic Reasoning and Tool-use",
|
|
"ape": "Automatic Prompt Engineer",
|
|
"activeprompt": "Prompt Attivo",
|
|
"dsp": "Prompt Directional Stimulus",
|
|
"react": "ReAct",
|
|
"multimodalcot": "Multimodal CoT",
|
|
"graph": "Graph Prompt"
|
|
}
|
|
|