API Reference
Class
ToolHandoffFollowUpKinds
Shared follow-up kind tokens used by outbound handoff routes.
Inheritance
- Object
- ToolHandoffFollowUpKinds
Methods
public static String Normalize(String value) #Returns:
StringNormalizes an optional follow-up kind to a known token or an empty string.
Parameters
- value System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Fields
public const String Verification #Follow-up used to confirm the result of a prior action or observed state.
Value:
verificationpublic const String Investigation #Follow-up used to expand investigation depth from current evidence.
Value:
investigationpublic const String Normalization #Follow-up used to normalize or canonicalize discovered entities.
Value:
normalizationpublic const String Enrichment #Follow-up used to add non-critical supporting context.
Value:
enrichment