From e8c4cd6fceb2d2c830cb6019f44e920f98590707 Mon Sep 17 00:00:00 2001 From: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com> Date: Mon, 6 May 2024 18:27:35 +0200 Subject: [PATCH] Update docs/source/en/agents.md Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com> --- docs/source/en/agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/agents.md b/docs/source/en/agents.md index b73c485839b035..ae9e5db2b7897b 100644 --- a/docs/source/en/agents.md +++ b/docs/source/en/agents.md @@ -52,7 +52,7 @@ We implement two versions of ReactJsonAgent: For example, here is how a ReAct agent would work its way through the following question. -``` +```py3 >>> agent.run( ... "How many more blocks (also denoted as layers) in BERT base encoder than the encoder from the architecture proposed in Attention is All You Need?", ... )