mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Fixed the ToRetrievalContentType extension method
This commit is contained in:
parent
7c59aa11fe
commit
5fab406a85
@ -4,7 +4,7 @@ namespace AIStudio.Tools.RAG;
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user