You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the response from GPT has non UTF8 characters it will raise an error.
Raises in the codeunit GenerateItemSubProposal.Codeunit.al in the procedure GetResult, line 22
TempXmlBuffer.LoadFromStream(InStream);
You can reproduce it by using ES installation on Items with accents.
To solve this issue please modify the GenerateItemSubProposal.Codeunit.al lines 37 to 39 with this (GenerateItemProposal procedure):
When the response from GPT has non UTF8 characters it will raise an error.
Raises in the codeunit GenerateItemSubProposal.Codeunit.al in the procedure GetResult, line 22
You can reproduce it by using ES installation on Items with accents.
To solve this issue please modify the GenerateItemSubProposal.Codeunit.al lines 37 to 39 with this (GenerateItemProposal procedure):
With that modification you can parse properly the XML and preserve the accents:
The text was updated successfully, but these errors were encountered: