@deepdesk/deepdesk-sdk 11.2.1-beta.3 → 11.2.1-beta.4

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
@@ -709,8 +709,9 @@ interface KnowledgeAnswer {
709
709
  sources: ListItemSource[];
710
710
  }
711
711
  interface KnowledgeRequest {
712
- promptInstruction: string;
712
+ customerInstruction: string;
713
713
  question: string;
714
+ doNotAnswer?: string;
714
715
  }
715
716
  interface KnowledgeResponse {
716
717
  question: string;
package/dist/index.d.ts CHANGED
@@ -709,8 +709,9 @@ interface KnowledgeAnswer {
709
709
  sources: ListItemSource[];
710
710
  }
711
711
  interface KnowledgeRequest {
712
- promptInstruction: string;
712
+ customerInstruction: string;
713
713
  question: string;
714
+ doNotAnswer?: string;
714
715
  }
715
716
  interface KnowledgeResponse {
716
717
  question: string;