AiPromptContextItem(FuncAiPromptProcessorContext, String) - конструктор
Создаёт функциональный элемент.
Пространство имён: Tessa.Ai.PromptsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public AiPromptContextItem(
Func<AiPromptProcessorContext, string> textFunc
)
Public Sub New (
textFunc As Func(Of AiPromptProcessorContext, String)
)
public:
AiPromptContextItem(
Func<AiPromptProcessorContext^, String^>^ textFunc
)
new :
textFunc : Func<AiPromptProcessorContext, string> -> AiPromptContextItem
Параметры
- textFunc FuncAiPromptProcessorContext, String