Fixed typo prompt_chaining.en.mdx

I fixed the typo as agreed in PR #354
pull/374/head
Giornale di Sistema 4 months ago committed by GitHub
parent 10bb7263df
commit 59072a0d6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -102,4 +102,4 @@ Each of these techniques employs unique strategies to enhance or specify the int
As you can see, simplifying and create prompt chains is a useful prompting approach where the responses need to undergo several operations or transformations. As an exercise, feel free to design a prompt that removes the citations (e.g., [27]) from the response before sending this as a final response to the user of your application.
You can also find more examples of prompt chaining in this [documentation](https://docs.anthropic.com/claude/docs/prompt-chaining) that leverages the Claude LLM. Our example is inspired and adopted from their examples.
You can also find more examples of prompt chaining in this [documentation](https://docs.anthropic.com/claude/docs/prompt-chaining) that leverages the Claude LLM. Our example is inspired and adapted from their examples.

Loading…
Cancel
Save