diff --git a/specification/cognitiveservices/OpenAI.Inference/tspconfig.yaml b/specification/cognitiveservices/OpenAI.Inference/tspconfig.yaml index 289377428715..3721299dd7c6 100644 --- a/specification/cognitiveservices/OpenAI.Inference/tspconfig.yaml +++ b/specification/cognitiveservices/OpenAI.Inference/tspconfig.yaml @@ -25,11 +25,10 @@ options: generate-tests: false custom-types-subpackage: "implementation.models" custom-types: "FunctionCallModelBase,FunctionCallPreset,FunctionCallPresetFunctionCallModel,FunctionNameFunctionCallModel" - # "@azure-tools/typespec-ts": - # package-dir: "azure-ai-openai" - # emitter-output-dir: "{project-root}/generated" - # generateMetadata: false - # generateTest: false - # isModularLibrary: true - # packageDetails: - # name: "@azure/openai" + "@azure-tools/typespec-ts": + package-dir: "openai" + generateMetadata: false + generateTest: false + isModularLibrary: true + packageDetails: + name: "@azure/openai"