AiTestFileToolExecution - свойство
Тесты выполнения инструментов.
Ключ - идентификатор инструмента, значение - настройки тестов инструмента.
Пространство имён: Tessa.Ai.TestEngine.DeserializationСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public OrderedDictionary<string, AiToolExecutionTest>? ToolExecution { get; init; }
Public Property ToolExecution As OrderedDictionary(Of String, AiToolExecutionTest)
Get
Set
public:
property OrderedDictionary<String^, AiToolExecutionTest^>^ ToolExecution {
OrderedDictionary<String^, AiToolExecutionTest^>^ get ();
void set (OrderedDictionary<String^, AiToolExecutionTest^>^ value);
}
member ToolExecution : OrderedDictionary<string, AiToolExecutionTest> with get, set
Значение свойства
OrderedDictionaryString,
AiToolExecutionTest