AiPromptsHelperGetPrompts - метод
Построить упорядоченный словарь промптов.
Пространство имён: Tessa.Ai.PromptsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public static OrderedDictionary<string, string> GetPrompts(
IEnumerable<KeyValuePair<string, string>> prompts
)
Public Shared Function GetPrompts (
prompts As IEnumerable(Of KeyValuePair(Of String, String))
) As OrderedDictionary(Of String, String)
public:
static OrderedDictionary<String^, String^>^ GetPrompts(
IEnumerable<KeyValuePair<String^, String^>>^ prompts
)
static member GetPrompts :
prompts : IEnumerable<KeyValuePair<string, string>> -> OrderedDictionary<string, string>
- prompts IEnumerableKeyValuePairString, String
- Исходные промпты.
OrderedDictionaryString,
StringУпорядоченный словарь промптов.