mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
chore: fix ARI documentation
This commit is contained in:
parent
ebeffdbc40
commit
b728cc4922
8 changed files with 7 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue