@sanity/client 6.28.3-instruct.2 → 6.28.3-instruct.4

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.
@@ -1247,7 +1247,7 @@ function _instruct(client, httpRequest, request) {
1247
1247
  const dataset2 = hasDataset(client.config());
1248
1248
  return _request(client, httpRequest, {
1249
1249
  method: "POST",
1250
- uri: `/assist/tasks/instruct/${dataset2}`,
1250
+ uri: `/instruct/${dataset2}`,
1251
1251
  body: request
1252
1252
  });
1253
1253
  }