HandoffWorkflowBuilderCore<TBuilder>.FunctionPrefix Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The prefix for function calls that trigger handoffs to other agents; the full name is then {FunctionPrefix}<agent_id>,
where <agent_id> is the ID of the target agent to hand off to.
public const string FunctionPrefix;
val mutable FunctionPrefix : string
Public Const FunctionPrefix As String