Skip to content

Commit 8963448

Browse files
committed
chore: Deprecate AzureOpenAiCreateCompletionRequest.suffix (gpt-3.5-turbo-instruct only)
1 parent 36a1d11 commit 8963448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/foundation-models/src/azure-openai/client/inference/schema/create-completion-request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export type AzureOpenAiCreateCompletionRequest = {
108108
* This parameter is only supported for `gpt-3.5-turbo-instruct`.
109109
*
110110
* @example "test."
111+
* @deprecated
111112
*/
112113
suffix?: string | null;
113114
/**

0 commit comments

Comments
 (0)