Fixed the ToRetrievalContentType extension method

This commit is contained in:
Thorsten Sommer 2025-02-17 14:07:42 +01:00
parent 7c59aa11fe
commit 5fab406a85
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -4,7 +4,7 @@ namespace AIStudio.Tools.RAG;
public static class RetrievalContentTypeExtensions public static class RetrievalContentTypeExtensions
{ {
public static RetrievalContentType ToRetrievalContentType(Context eriContext) public static RetrievalContentType ToRetrievalContentType(this Context eriContext)
{ {
// //
// Right now, we have to parse the category string along the type enum to // Right now, we have to parse the category string along the type enum to