Skip to content

docs: point prompt template integration link to compiler#2228

Open
anxkhn wants to merge 1 commit into
kagent-dev:mainfrom
anxkhn:docs/fix-prompt-templates-broken-links
Open

docs: point prompt template integration link to compiler#2228
anxkhn wants to merge 1 commit into
kagent-dev:mainfrom
anxkhn:docs/fix-prompt-templates-broken-links

Conversation

@anxkhn

@anxkhn anxkhn commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

The "Related Files" entry for translateInlineAgent() currently links to
adk_api_translator.go, but the function and its prompt template integration
live in compiler.go.

This updates the link target so it matches the entry's description.

Testing

  • Verified compiler.go contains translateInlineAgent() and the prompt template
    resolution calls.
  • Verified all six links in the section resolve to existing files.

translateInlineAgent() and the prompt template integration now live in compiler.go, not adk_api_translator.go. Update the Related Files entry so its target matches its description.

Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 13, 2026 22:17
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the prompt-template architecture documentation so the “Related Files” entry for translateInlineAgent() links to the file that actually contains the implementation and prompt template integration.

Changes:

  • Replaces the “Related Files” link from adk_api_translator.go to compiler.go for translateInlineAgent().

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants