diff --git a/.stats.yml b/.stats.yml index 1c1c3c05..a10b14ec 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-d13c05cc3a960ab336c11a4e7a4f31f10cdf4b9aee968c8f8534145e39fb374a.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-9c49d7cc176d84ba91accd64aa4a8c91a44cdce83e9ea59da8b259fa19ccf9f6.yml diff --git a/src/resources/tools/comprehend.ts b/src/resources/tools/comprehend.ts index 02a74c4c..807959c0 100644 --- a/src/resources/tools/comprehend.ts +++ b/src/resources/tools/comprehend.ts @@ -5,7 +5,8 @@ import * as Core from '../../core'; export class Comprehend extends APIResource { /** - * Create a completion using Palmyra medical model. + * Analyze unstructured medical text to extract entities labeled with standardized + * medical codes and confidence scores. */ medical( body: ComprehendMedicalParams,