Skip to content

Commit 98c0571

Browse files
committed
Fixes code style issue
1 parent f4c9bd7 commit 98c0571

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

specification/inference/_types/Services.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919

2020
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
2121
import { integer } from '@_types/Numeric'
22-
import { TaskType, TaskTypeJinaAi, TaskTypeAlibabaCloudAI } from '../_types/TaskType'
22+
import {
23+
TaskType,
24+
TaskTypeJinaAi,
25+
TaskTypeAlibabaCloudAI
26+
} from '../_types/TaskType'
2327

2428
/**
2529
* Configuration options when storing the inference endpoint

specification/inference/_types/TaskType.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export enum TaskTypeJinaAi {
3636
export enum TaskTypeAlibabaCloudAI {
3737
text_embedding,
3838
rerank,
39-
completion,
39+
completion,
4040
sparse_embedding
4141
}
42-
43-

0 commit comments

Comments
 (0)