interface HumanticAiNodeParameters {
binaryPropertyName?: string;
operation?: "create" | "get" | "update";
options?: { persona?: ("sales" | "hiring")[] };
resource?: "profile";
sendResume?: boolean;
text?: string;
userId?: string;
}
Default: "data"