You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add activation field to PromptSystemArgs for keyword-based system prompt activation (#1887)
* Initial plan
* Add activation field to PromptSystemArgs and implement activation-based system resolution
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Complete implementation of activation field for system prompts with tests and integration
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Merge branch 'dev' into copilot/fix-e05d1306-4cde-4fa5-adce-543abae6d79c
* Add explanatory comment for word boundary regex in activation keyword matching
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Merge branch 'dev' into copilot/fix-e05d1306-4cde-4fa5-adce-543abae6d79c
* Add activation keywords for system.resources and support singular annotation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/core/genaisrc/system.resources.genai.mts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ system({
2
2
title: "Read resource content from a URL using MCP resource resolution",
3
3
description:
4
4
"Provides a tool that can read and return the content of resources from URLs using the host's resolveResource function. Supports various protocols including https, file, git, gist, and vscode.",
0 commit comments