Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/simulation/fixtures/edit-issue-1198/main.py
13399 views
1
documents = [
2
{"id": "1", "text": "Red carabiner, large, stainless steel", "url": None},
3
{"id": "2", "text": "Blue small carabiner", "url": None},
4
{"id": "3", "text": "All season hiking pants", "url": None},
5
{"id": "4", "text": "Black leather boots, size 10", "url": None},
6
{"id": "5", "text": "Yellow waterproof jacket, medium", "url": None},
7
{"id": "6", "text": "Green camping tent, 4-person", "url": None}
8
]
9
10