Skip to content

Commit 2faae2b

Browse files
jonathan-buttnerl-trotta
authored andcommitted
Trying to fix make generate
1 parent efbb186 commit 2faae2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/inference/post_eis/PostEisRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type { Request as RequestChatCompletion } from '../chat_completion_unifie
2121
import { Id } from '@_types/common'
2222

2323

24-
export type OmittedChatCompletionRequest = Omit<RequestChatCompletion, 'urls' | 'path_parts'>;
24+
export type OmittedChatCompletion = Omit<RequestChatCompletion, 'urls' | 'path_parts'>;
2525

2626
/**
2727
* Performs an inference task through the Elastic Inference Service (EIS).
@@ -33,7 +33,7 @@ export type OmittedChatCompletionRequest = Omit<RequestChatCompletion, 'urls' |
3333
* @cluster_privileges manage_inference
3434
* @doc_id inference-api-post-eis
3535
*/
36-
export interface Request extends OmittedChatCompletionRequest {
36+
export interface Request extends OmittedChatCompletion {
3737
urls: [
3838
{
3939
path: '/_inference/{task_type}/{eis_inference_id}/_stream'

0 commit comments

Comments
 (0)