@deepdesk/deepdesk-sdk 19.5.0 → 19.5.1-beta.0

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/dist/index.d.mts CHANGED
@@ -418,6 +418,7 @@ type LegacyCue = CamelCaseKeys<Server.LegacyCue> & {
418
418
  evaluationId: string;
419
419
  message?: string;
420
420
  callToActions?: CallToAction[];
421
+ sources?: AssistantAnswerSource[];
421
422
  };
422
423
 
423
424
  type EvaluationOutput = CamelCaseKeys<Server.EvaluationOutput>;
package/dist/index.d.ts CHANGED
@@ -418,6 +418,7 @@ type LegacyCue = CamelCaseKeys<Server.LegacyCue> & {
418
418
  evaluationId: string;
419
419
  message?: string;
420
420
  callToActions?: CallToAction[];
421
+ sources?: AssistantAnswerSource[];
421
422
  };
422
423
 
423
424
  type EvaluationOutput = CamelCaseKeys<Server.EvaluationOutput>;