Add advanced settings in prompt box (#1655)
This commit is contained in:
@@ -257,3 +257,9 @@ export type ObserverTask = {
|
||||
output: Record<string, unknown> | null;
|
||||
summary: string | null;
|
||||
};
|
||||
|
||||
export type Createv2TaskRequest = {
|
||||
user_prompt: string;
|
||||
webhook_callback_url?: string | null;
|
||||
proxy_location?: ProxyLocation | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user