Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 lines
205B

  1. namespace Services
  2. {
  3. public class ParametresRAGService
  4. {
  5. public string RAG_Path_ToVectoralize { get; set; } = "";
  6. public string RAG_Path_Vectoralized { get; set; } = "";
  7. }
  8. }