chore: fix ARI documentation

This commit is contained in:
Abhishek Kumar 2026-05-13 21:53:18 +05:30
parent ebeffdbc40
commit b728cc4922
8 changed files with 7 additions and 40 deletions

View file

@ -43,11 +43,6 @@ export type FlowNodeData = {
credential_uuid?: string;
custom_headers?: Array<{ key: string; value: string }>;
payload_template?: Record<string, unknown>;
retry_config?: {
enabled: boolean;
max_retries: number;
retry_delay_seconds: number;
};
// QA node specific
qa_enabled?: boolean;
qa_system_prompt?: string;