IngestionValidateResponse
Interface: IngestionValidateResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:134
Memory Ingestion Types Type definitions for memory ingestion pipeline operations
Extends
Properties
| Property | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|
data? | { validation: { errors?: string[]; valid: boolean; }; } | MemoryIngestionBaseResponse.data | - | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:135 |
data.validation | { errors?: string[]; valid: boolean; } | - | - | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:135 |
data.validation.errors? | string[] | - | - | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:135 |
data.validation.valid | boolean | - | - | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:135 |
error? | string | - | MemoryIngestionBaseResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:11 |
message? | string | - | MemoryIngestionBaseResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:10 |
requestId | string | - | MemoryIngestionBaseResponse.requestId | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:13 |
success | boolean | - | MemoryIngestionBaseResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:8 |
timestamp | string | - | MemoryIngestionBaseResponse.timestamp | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:12 |
type | string | - | MemoryIngestionBaseResponse.type | common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:7 |