Quote from: Mario on June 30, 2025, 02:04:53 PMDid you ask AI for how something works in IMatch? If so, which, and did you get useful results?No, but I recently tried asking ChatGPT how to accomplish something in a popular photo editing app. It did not produce the results it said it would, it suggested using non-existent commands, and when it offered to provide a download of a file that it claimed would help me, the file could not be accessed for download.
return Promise.all([
s.IMWS.get("v1/files", {
id: focusedFileId.value,
fields: "id,name,versionstate,namene,ext",
varPersons: "{File.Persons.Label}",
varPersonIds: "{File.Persons.OID}",
}) as Promise<FilesResponse>,
s.IMWS.get("v1/files/relations", {
id: focusedFileId.value,
}) as Promise<RelationsResponse>,
]);
Quote from: axel.hennig on June 30, 2025, 04:40:23 PMNo, but just because the help is so great.Thanks.
Quote from: Mario on June 30, 2025, 02:04:53 PMDid you ask AI for how something works in IMatch?