Restructure agent chat messages with parts-based architecture (#14749)

Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
Abdul Rahman
2025-09-29 17:01:55 +05:30
committed by GitHub
parent 84cbd8e092
commit 2685f4a5b9
69 changed files with 1200 additions and 1539 deletions
@@ -1,4 +1,7 @@
import { type FieldMetadataType } from 'twenty-shared/types';
import {
type ExcludeFunctions,
type FieldMetadataType,
} from 'twenty-shared/types';
import { type WorkspaceDynamicRelationMetadataArgsFactory } from 'src/engine/twenty-orm/interfaces/workspace-dynamic-relation-metadata-args.interface';
@@ -1,4 +1,5 @@
import { FieldMetadataType } from 'twenty-shared/types';
import { type DeepPartial } from 'typeorm/common/DeepPartial';
import { type ObjectMetadataEntity } from 'src/engine/metadata-modules/object-metadata/object-metadata.entity';