@salesforce/lds-adapters-service-einsteinllm 1.332.0-dev10 → 1.332.0-dev11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/raml/api.raml CHANGED
@@ -472,12 +472,28 @@ types:
472
472
  type: array
473
473
  items:
474
474
  type: EinsteinPromptTemplateMaskDataRepresentation
475
- fileIds:
475
+ fileData:
476
476
  description: file info of the input files used in generation
477
477
  type: array
478
478
  required: false # TODO Hand-rolled W-17552098
479
479
  items:
480
- type: string
480
+ type: EinsteinPromptTemplateAttachmentRepresentation
481
+ EinsteinPromptTemplateAttachmentRepresentation:
482
+ description: Representation of file data for prompt template attachments
483
+ type: object
484
+ properties:
485
+ id:
486
+ description: ContentDocument Id of file attached to prompt template
487
+ type: string
488
+ title:
489
+ description: title of the attachment file
490
+ type: string
491
+ fileExtension:
492
+ description: extension of the file attachment
493
+ type: string
494
+ latestPublishedVersion:
495
+ description: ContentVersion of the latest published version of the file attachment
496
+ type: string
481
497
  EinsteinPromptTemplateMaskContentRepresentation:
482
498
  description: Output of a einstein mask data request and response for given prompt template
483
499
  type: object