AiTestFileToolExecution - свойство
Тесты выполнения инструментов.
Ключ - идентификатор инструмента, значение - настройки тестов инструмента.
Пространство имён: Tessa.Ai.TestEngine.DeserializationСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public OrderedDictionary<string, AiToolExecutionTest>? ToolExecution { get; set; }
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