Predefined information will be shared in the chat if the xAssist call is placed at any point while executing the Task. The data format is text messages, images, and files.
Identifier: call_metadata
Attributes
Here's an explanation of the available attribute:
- delete_after: It will remove the metadata after one call is started.
- Required: No
- Default value: False
- replace: It will remove the previous data instead of extending it.
- Required: No
- Default value: True
Elements
The different elements are as follows:
- data: Unnamed list
- Default value: Empty list
Example
<call_metadata id="call_metadata" delete_after="false" replace="true">
<list name="data" listType="UNNAMED" defaultElemType="string">
<elem>Hey</elem>
<elem>#{xassist::activated}</elem>
<elem>xai:/xassist_pictures/ceggert_hmd_2023-03-03_17-35-01_highres-pic.jpg?version=1</elem>
</list>
</call_metadata>