Spaces:
Paused
Paused
Update flare-ui/src/app/services/api.service.ts
Browse files
flare-ui/src/app/services/api.service.ts
CHANGED
|
@@ -10,6 +10,7 @@ export interface Environment {
|
|
| 10 |
work_mode: string;
|
| 11 |
cloud_token: string;
|
| 12 |
spark_endpoint: string;
|
|
|
|
| 13 |
}
|
| 14 |
|
| 15 |
export interface API {
|
|
|
|
| 10 |
work_mode: string;
|
| 11 |
cloud_token: string;
|
| 12 |
spark_endpoint: string;
|
| 13 |
+
internal_prompt?: string;
|
| 14 |
}
|
| 15 |
|
| 16 |
export interface API {
|