Task generation UI changes (#721)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
@@ -244,3 +244,12 @@ export type WorkflowRunStatusApiResponse = {
|
||||
recording_url: string | null;
|
||||
outputs: Record<string, unknown> | null;
|
||||
};
|
||||
|
||||
export type TaskGenerationApiResponse = {
|
||||
suggested_title: string | null;
|
||||
url: string | null;
|
||||
navigation_goal: string | null;
|
||||
data_extraction_goal: string | null;
|
||||
navigation_payload: Record<string, unknown> | null;
|
||||
extracted_information_schema: Record<string, unknown> | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user