mostlyai-mock 0.1.17__tar.gz → 0.1.18__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/PKG-INFO +1 -1
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/mostlyai/mock/__init__.py +1 -1
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/mostlyai/mock/core.py +1 -1
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/pyproject.toml +1 -1
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/.gitignore +0 -0
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/LICENSE +0 -0
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/README.md +0 -0
- {mostlyai_mock-0.1.17 → mostlyai_mock-0.1.18}/mostlyai/mock/mcp_server.py +0 -0
@@ -1368,7 +1368,7 @@ def sample(
|
|
1368
1368
|
"customer_id": {"prompt": "the unique id of the customer", "dtype": "string"},
|
1369
1369
|
"name": {"prompt": "first name and last name of the customer", "dtype": "string"},
|
1370
1370
|
},
|
1371
|
-
"primary_key": "customer_id", #
|
1371
|
+
"primary_key": "customer_id", # no composite keys allowed;
|
1372
1372
|
},
|
1373
1373
|
"warehouses": {
|
1374
1374
|
"prompt": "Warehouses of a hardware store",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|