-
-
Notifications
You must be signed in to change notification settings - Fork 582
Features/refine agent template link #1106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/refine agent template link #1106
Conversation
PR Reviewer Guide 🔍(Review updated until commit b1eb754)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to b1eb754
Previous suggestionsSuggestions up to commit 1cabd91
|
…atures/refine-agent-template-link
User description
Allow using template across agents
PR Type
Enhancement
Description
Enhanced template linking to support cross-agent template usage
Added case-insensitive agent name filtering
Implemented
from_agent
filter for template renderingRefactored link tag from identifier to expression-based
Diagram Walkthrough
File Walkthrough
FileRepository.Agent.cs
Case-insensitive agent name filtering
src/Infrastructure/BotSharp.Core/Repository/FileRepository/FileRepository.Agent.cs
TemplateRender.cs
Cross-agent template linking implementation
src/Infrastructure/BotSharp.Core/Templating/TemplateRender.cs
from_agent
filter for cross-agent template access