Skip to content

Commit b85672d

Browse files
committed
code style
1 parent f9945c3 commit b85672d

File tree

19 files changed

+54
-54
lines changed

19 files changed

+54
-54
lines changed

specification/inference/put/PutRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* under the License.
1818
*/
1919

20-
import { InferenceEndpoint } from '@inference/_types/Services'
21-
import { TaskType } from '@inference/_types/TaskType'
2220
import { RequestBase } from '@_types/Base'
2321
import { Id } from '@_types/common'
2422
import { Duration } from '@_types/Time'
23+
import { InferenceEndpoint } from '@inference/_types/Services'
24+
import { TaskType } from '@inference/_types/TaskType'
2525

2626
/**
2727
* Create an inference endpoint.

specification/inference/put_alibabacloud/PutAlibabaCloudRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
AlibabaCloudServiceSettings,
2225
AlibabaCloudServiceType,
2326
AlibabaCloudTaskSettings,
2427
AlibabaCloudTaskType
2528
} from '@inference/_types/CommonTypes'
2629
import { InferenceChunkingSettings } from '@inference/_types/Services'
27-
import { RequestBase } from '@_types/Base'
28-
import { Id } from '@_types/common'
29-
import { Duration } from '@_types/Time'
3030

3131
/**
3232
* Create an AlibabaCloud AI Search inference endpoint.

specification/inference/put_amazonbedrock/PutAmazonBedrockRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
AmazonBedrockServiceSettings,
2225
AmazonBedrockServiceType,
2326
AmazonBedrockTaskSettings,
2427
AmazonBedrockTaskType
2528
} from '@inference/_types/CommonTypes'
2629
import { InferenceChunkingSettings } from '@inference/_types/Services'
27-
import { RequestBase } from '@_types/Base'
28-
import { Id } from '@_types/common'
29-
import { Duration } from '@_types/Time'
3030

3131
/**
3232
* Create an Amazon Bedrock inference endpoint.

specification/inference/put_anthropic/PutAnthropicRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
AnthropicServiceSettings,
2225
AnthropicServiceType,
2326
AnthropicTaskSettings,
2427
AnthropicTaskType
2528
} from '@inference/_types/CommonTypes'
2629
import { InferenceChunkingSettings } from '@inference/_types/Services'
27-
import { RequestBase } from '@_types/Base'
28-
import { Id } from '@_types/common'
29-
import { Duration } from '@_types/Time'
3030

3131
/**
3232
* Create an Anthropic inference endpoint.

specification/inference/put_azureaistudio/PutAzureAiStudioRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
AzureAiStudioServiceSettings,
2225
AzureAiStudioServiceType,
2326
AzureAiStudioTaskSettings,
2427
AzureAiStudioTaskType
2528
} from '@inference/_types/CommonTypes'
2629
import { InferenceChunkingSettings } from '@inference/_types/Services'
27-
import { RequestBase } from '@_types/Base'
28-
import { Id } from '@_types/common'
29-
import { Duration } from '@_types/Time'
3030

3131
/**
3232
* Create an Azure AI studio inference endpoint.

specification/inference/put_azureopenai/PutAzureOpenAiRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
AzureOpenAIServiceSettings,
2225
AzureOpenAIServiceType,
2326
AzureOpenAITaskSettings,
2427
AzureOpenAITaskType
2528
} from '@inference/_types/CommonTypes'
2629
import { InferenceChunkingSettings } from '@inference/_types/Services'
27-
import { RequestBase } from '@_types/Base'
28-
import { Id } from '@_types/common'
29-
import { Duration } from '@_types/Time'
3030

3131
/**
3232
* Create an Azure OpenAI inference endpoint.

specification/inference/put_cohere/PutCohereRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
CohereServiceSettings,
2225
CohereServiceType,
2326
CohereTaskSettings,
2427
CohereTaskType
2528
} from '@inference/_types/CommonTypes'
2629
import { InferenceChunkingSettings } from '@inference/_types/Services'
27-
import { RequestBase } from '@_types/Base'
28-
import { Id } from '@_types/common'
29-
import { Duration } from '@_types/Time'
3030

3131
/**
3232
* Create a Cohere inference endpoint.

specification/inference/put_deepseek/PutDeepSeekRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
DeepSeekServiceSettings,
2225
DeepSeekServiceType
2326
} from '@inference/_types/CommonTypes'
2427
import { InferenceChunkingSettings } from '@inference/_types/Services'
2528
import { TaskTypeDeepSeek } from '@inference/_types/TaskType'
26-
import { RequestBase } from '@_types/Base'
27-
import { Id } from '@_types/common'
28-
import { Duration } from '@_types/Time'
2929

3030
/**
3131
* Create a DeepSeek inference endpoint.

specification/inference/put_elasticsearch/PutElasticsearchRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
ElasticsearchServiceSettings,
2225
ElasticsearchServiceType,
2326
ElasticsearchTaskSettings,
2427
ElasticsearchTaskType
2528
} from '@inference/_types/CommonTypes'
2629
import { InferenceChunkingSettings } from '@inference/_types/Services'
27-
import { RequestBase } from '@_types/Base'
28-
import { Id } from '@_types/common'
29-
import { Duration } from '@_types/Time'
3030

3131
/**
3232
* Create an Elasticsearch inference endpoint.

specification/inference/put_elser/PutElserRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
* under the License.
1818
*/
1919

20+
import { RequestBase } from '@_types/Base'
21+
import { Id } from '@_types/common'
22+
import { Duration } from '@_types/Time'
2023
import {
2124
ElserServiceSettings,
2225
ElserServiceType,
2326
ElserTaskType
2427
} from '@inference/_types/CommonTypes'
2528
import { InferenceChunkingSettings } from '@inference/_types/Services'
26-
import { RequestBase } from '@_types/Base'
27-
import { Id } from '@_types/common'
28-
import { Duration } from '@_types/Time'
2929

3030
/**
3131
* Create an ELSER inference endpoint.

0 commit comments

Comments
 (0)