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

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
@@ -711,7 +711,7 @@ interface KnowledgeAnswer {
711
711
  interface KnowledgeRequest {
712
712
  customerInstruction: string;
713
713
  question: string;
714
- doNotAnswer?: string;
714
+ doNotKnowAnswer?: string;
715
715
  }
716
716
  interface KnowledgeResponse {
717
717
  question: string;
package/dist/index.d.ts CHANGED
@@ -711,7 +711,7 @@ interface KnowledgeAnswer {
711
711
  interface KnowledgeRequest {
712
712
  customerInstruction: string;
713
713
  question: string;
714
- doNotAnswer?: string;
714
+ doNotKnowAnswer?: string;
715
715
  }
716
716
  interface KnowledgeResponse {
717
717
  question: string;