From 196c86dbb2a62164f20c93b54b1f4e0a296b9685 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 21:14:31 +0000 Subject: [PATCH] Add API cross-references and finalize documentation improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: João --- docs/how-to/customize-prompts.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-to/customize-prompts.mdx b/docs/how-to/customize-prompts.mdx index e49d8d46f..e5166e9bf 100644 --- a/docs/how-to/customize-prompts.mdx +++ b/docs/how-to/customize-prompts.mdx @@ -313,6 +313,8 @@ NEXT STEPS: [Recommend next actions]""", **Template Injection Concerns**: Review the [Security Considerations](#security-considerations) section for guidance on preventing prompt injection attacks. +For complete API details, see the [Agent API Reference](../reference/agent) and [Task API Reference](../reference/task) documentation. + ### Debugging Prompts Enable verbose mode to see the actual prompts being sent to the LLM: