mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-11033] add node id field to ai answer references (#11690)
This commit is contained in:
@@ -157,6 +157,7 @@ searchAiApi.getConfig().then((answer) => {
|
||||
| Name | Type |
|
||||
|----------------|-------------------------------------------|
|
||||
| **objectId** | string |
|
||||
| nodeId | string |
|
||||
| **references** | [AiAnswerReference](#AiAnswerReference)[] |
|
||||
|
||||
## AiAnswerReference
|
||||
|
||||
@@ -19,5 +19,6 @@ import { AiAnswerReference } from './aiAnswerReference';
|
||||
|
||||
export interface AiAnswerObjectReference {
|
||||
objectId: string;
|
||||
nodeId?: string;
|
||||
references: AiAnswerReference[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user