diff --git a/website/blog/2024-12-02-ReasoningAgent2/img/tree-of-thoughts.png b/website/blog/2024-12-02-ReasoningAgent2/img/tree-of-thoughts.png new file mode 100644 index 0000000000..ea7b4e4f8d --- /dev/null +++ b/website/blog/2024-12-02-ReasoningAgent2/img/tree-of-thoughts.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee63017fb52dfbb8d5fb072a4b88e5ad3ca3f8b5bda159b0b1a1791b238f0e3 +size 105139 diff --git a/website/blog/2024-12-02-ReasoningAgent2/index.mdx b/website/blog/2024-12-02-ReasoningAgent2/index.mdx index 082465b2f6..e5ce9e3c45 100644 --- a/website/blog/2024-12-02-ReasoningAgent2/index.mdx +++ b/website/blog/2024-12-02-ReasoningAgent2/index.mdx @@ -7,7 +7,7 @@ authors: tags: [LLM, GPT, research] --- -![Tree of Thoughts](img/tree_of_thoughts.png) +![Tree of Thoughts](img/tree-of-thoughts.png) **TL;DR:** * We introduce **ReasoningAgent**, an AutoGen agent that implements tree-of-thought reasoning with beam search to solve complex problems.