Skip to content

Commit ee9438b

Browse files
Merge branch 'sk-prompt-as-mcp-prompt' of https://github.com/SergeyMenshykh/semantic-kernel into sk-prompt-as-mcp-prompt
2 parents 95bd10c + c5f76d9 commit ee9438b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/samples/Demos/ModelContextProtocolClientServer/MCPServer/Prompts/EmbeddedResource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internal static string ReadAsString(string fileName)
1919
throw new InvalidOperationException($"[{s_namespace}] {fileName} assembly not found");
2020

2121
// Resources are mapped like types, using the namespace and appending "." (dot) and the file name
22-
string resourceName = $"{s_namespace}." + fileName;
22+
string resourceName = $"{s_namespace}.{fileName}";
2323

2424
Stream stream =
2525
assembly.GetManifestResourceStream(resourceName) ??

0 commit comments

Comments
 (0)