From 289c8307755845e9eaa5919d01298bbf724b050e Mon Sep 17 00:00:00 2001 From: vcostale <108403198+vancostle@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:34:26 +0100 Subject: [PATCH] Update prompt_chaining.es.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upload of the translation page for the "Encadenacion de prompts" into spanish ESPAÑOL --- pages/techniques/prompt_chaining.es.mdx | 113 +++++++++++++++++++++++- 1 file changed, 112 insertions(+), 1 deletion(-) diff --git a/pages/techniques/prompt_chaining.es.mdx b/pages/techniques/prompt_chaining.es.mdx index c6ddc4f11..ab84a52c3 100644 --- a/pages/techniques/prompt_chaining.es.mdx +++ b/pages/techniques/prompt_chaining.es.mdx @@ -1,3 +1,114 @@ # Prompt Chaining -This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right side. \ No newline at end of file +import {Screenshot} from 'components/screenshot' +import PC1 from '../../img/prompt_chaining/prompt-chaining-1.png' +import { Callout } from 'nextra/components' + +## Introducción al Encadenamiento de Prompts + +