File size: 675 Bytes
82a7a28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Now, please execute a concrete enrichment according with the following specification.

## Content type 
{{#content_type}}
The type of the content is: {{content_type}}
{{/content_type}}
{{^content_type}}
The type of the content is not specified, so please make your best guess about what it is.
{{/content_type}}

## Enrichment requirements
{{requirements}}

{{#contextual_information}}
## Contextual information (if any)
{{contextual_information}}
{{/contextual_information}}

{{#contextual_cache}}
## Contextual cache (if any)

    - {{cached_type}}: {{cached_content}}
{{/contextual_cache}}

## CONTENT TO ENRICH 

This is the actual content to enrich:
```
{{content}}
```