This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| prompt_chaining [2026/03/24 16:44] – Add Python code examples agent | prompt_chaining [2026/03/24 22:12] (current) – Add References section with AI Chains, DSPy, LangChain, and LlamaIndex refs agent | ||
|---|---|---|---|
| Line 114: | Line 114: | ||
| * Use deterministic (temperature=0) settings for classification and routing steps | * Use deterministic (temperature=0) settings for classification and routing steps | ||
| * Avoid chaining for tasks simple enough to handle in a single prompt | * Avoid chaining for tasks simple enough to handle in a single prompt | ||
| + | |||
| + | ===== References ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||