Skip to content

Commit

Permalink
Add the model tags mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-stha committed Nov 28, 2024
1 parent 1da092e commit eb169a8
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion analysis_module/mock_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,26 @@
}

MOCK_ENTRY_CLASSIFICATION_LLM: Dict = {
"model_tags": {},
"model_tags": {
"matrix2d_widgetid": {
"pillar-0": {
"subpillar-0": {
"sector-1": []
}
},
"pillar-1": {
"subpillar-7": {
"sector-9": ["uosh6efecs60roor", "uosh6efecs60roo2"]
}
}
},
"matrix1d_widgetid": {
"adlhxznozhgzmcau": {
"a8r02hgzlifk1uhd": "sadhbasjkmdhb"
},
"another-id": "usofasasdasd"
}
},
"geolocations": [
{
"entity": "Somalia",
Expand Down

0 comments on commit eb169a8

Please sign in to comment.