diff --git a/img/aot.png b/img/aot.png new file mode 100644 index 000000000..a073c6881 Binary files /dev/null and b/img/aot.png differ diff --git a/pages/techniques/_meta.en.json b/pages/techniques/_meta.en.json index 4f0998bc3..0a6ab322b 100644 --- a/pages/techniques/_meta.en.json +++ b/pages/techniques/_meta.en.json @@ -12,6 +12,7 @@ "dsp": "Directional Stimulus Prompting", "react": "ReAct", "multimodalcot": "Multimodal CoT", - "graph": "Graph Prompting" + "graph": "Graph Prompting", + "aot": "Algorithm of Thoughts" } \ No newline at end of file diff --git a/pages/techniques/aot.en.mdx b/pages/techniques/aot.en.mdx new file mode 100644 index 000000000..f3157e9ce --- /dev/null +++ b/pages/techniques/aot.en.mdx @@ -0,0 +1,9 @@ +# Algorithm of Thoughts +import {Screenshot} from 'components/screenshot' +import AOT from '../../img/aot.png' + +## Algorithm of Thoughts (AoT) Prompting + + + +Image Source: [Sel et al. (2023)](https://arxiv.org/pdf/2308.10379.pdf) \ No newline at end of file