Spaces:
Running
Running
Update flare-ui/src/app/services/api.service.ts
Browse files
flare-ui/src/app/services/api.service.ts
CHANGED
@@ -38,18 +38,6 @@ export interface API {
|
|
38 |
last_update_user?: string;
|
39 |
}
|
40 |
|
41 |
-
export interface Intent {
|
42 |
-
name: string,
|
43 |
-
caption: string,
|
44 |
-
locale: string,
|
45 |
-
detection_prompt: string,
|
46 |
-
examples: string[],
|
47 |
-
parameters: any[],
|
48 |
-
action: string,
|
49 |
-
fallback_timeout_prompt: string,
|
50 |
-
fallback_error_prompt: string
|
51 |
-
}
|
52 |
-
|
53 |
export interface Version {
|
54 |
id: number;
|
55 |
caption?: string;
|
@@ -62,7 +50,7 @@ export interface Version {
|
|
62 |
use_fine_tune: boolean;
|
63 |
fine_tune_zip: string;
|
64 |
};
|
65 |
-
intents:
|
66 |
parameters: any[];
|
67 |
last_update_date?: string;
|
68 |
}
|
|
|
38 |
last_update_user?: string;
|
39 |
}
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
export interface Version {
|
42 |
id: number;
|
43 |
caption?: string;
|
|
|
50 |
use_fine_tune: boolean;
|
51 |
fine_tune_zip: string;
|
52 |
};
|
53 |
+
intents: any[];
|
54 |
parameters: any[];
|
55 |
last_update_date?: string;
|
56 |
}
|