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

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.
@@ -1229,7 +1229,7 @@ function _instruct(client, httpRequest, request) {
1229
1229
  const dataset2 = hasDataset(client.config());
1230
1230
  return _request(client, httpRequest, {
1231
1231
  method: "POST",
1232
- uri: `/assist/tasks/instruct/${dataset2}`,
1232
+ uri: `/instruct/${dataset2}`,
1233
1233
  body: request
1234
1234
  });
1235
1235
  }