@rodrigobeber/patoai-dtos 4.7.42 → 4.7.43

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.
@@ -19,6 +19,8 @@ export interface WizardCollectedDto {
19
19
  clientType?: string | null;
20
20
  /** Objetivo da conversa / CTA (vender, agendar, qualificar, atender...). */
21
21
  objective?: string | null;
22
+ /** Tom/personalidade de comunicação do agente (formal, descontraído, acolhedor, direto...). */
23
+ tone?: string | null;
22
24
  }
23
25
  export interface WizardChatResponseDto {
24
26
  reply: string;
@@ -116,6 +118,8 @@ export interface WizardMaterialDto {
116
118
  status: WizardMaterialStatus;
117
119
  chars: number;
118
120
  preview: string;
121
+ /** Resumo curto (1 linha) do conteúdo do material, gerado no ingest. Só para status 'ok'. */
122
+ summary?: string;
119
123
  error?: string;
120
124
  }
121
125
  export interface WizardIngestTextRequestDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.7.42",
3
+ "version": "4.7.43",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",