disilbax
Forum Replies Created
-
Thank you, I’ll try that and will get back to you.
Thank you for your help, but unfortunatly, it’s still does not work. Slashes are still eliminated.
Could you try yourself ?
Try to automatize the creation of a post with :
\[\frac{\partial f}{\partial x}\]
\\[\\frac{\\partial f}{\\partial x}\\]
\\\[\\\frac{\\\partial f}{\\\partial x}\\\]anf if x<0 and y>4, then….
Try to publish this content in the content of the post or any meta like excerpt or title.
It is not a pro feature. Let me explain. (Sorry English is not my first langage, maybe that’s why we are not understanding each other) :
I am sending data to a webhook (which is not a pro feature as far as I know) and I am using the content of the response to create a post. Also, the response contains text with mathematicals formulas.
Anyway, as I said in my previous message, even if you are not sending data to a webhook and you are just trying to create a post with text containing \ or <>, those elements would be eliminated. So that is the problem.
It does not work with any of the editors (classic or block).
I am sure that UA is sanitizing. It’s not WP.
Try to do the following :
1. Create a recipe that include create post action.2. In the content of the post, add :
\[\frac{\partial f}{\partial x}\]
\\[\\frac{\\partial f}{\\partial x}\\]
\\\[\\\frac{\\\partial f}{\\\partial x}\\\]3. Save the action and refresh the page. Open again the action that you have created just before to edit it. You’ll see that all the \ have gone.
Try the same for something with <>. So when the post is published, something is sanitizing before even creating the post.Also, when I view the published post after it’s created by Automator, it does not look fine. The logs look fine but not the content.
Forum: Plugins
In reply to: [AI Engine] Bug – Emoji and responseHello,
I can confirm that the problem is only occuring when the AI message start with an emoji.
It does not depend on servers or location. The console error is :
“Uncaught DOMException: Failed to execute ‘removeChild’ on ‘Node’: The node to be removed is not a child of this node. ” on react-dom.min.js fileForum: Plugins
In reply to: [AI Power: Complete AI Pack] Break linesHi and thank you for your answer.
On desktop, it works but how do you do the same in mobiles ?
Also, in the custom welcome message and the instructions, is it possible to break lines ?
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] System promptOk, I understand the point but I think it’s not necessarly true. For long conversations or detailed instructions, the AI answer is way better with a system prompt.
Anyway, thank you for your answer ??
Thank you for your answer.
Let me show you an example of what I see when I go to the recipe logs :
- Response Body json is :
{
? "candidates": [
? ? {
? ? ? "content": {
? ? ? ? "parts": [
? ? ? ? ? {
? ? ? ? ? ? "text": "\n$$Delta = b^2 - 4ac = (-5)^2 - 4 \\times 2 \\times 2 = 25 - 16 = 9$$\n\n"
? ? ? ? ? }
? ? ? ? ],
? ? ? ? "role": "model"
? ? ? },
? ? ? "finishReason": "STOP",
? ? ? "index": 0
? ? }
? ]
}- And then, also in UA logs, the page content is :
$$Delta = b^2 – 4ac = (-5)^2 – 4 \times 2 \times 2 = 25 – 16 = 9$$
Now, when I go to the wordpress post editor to see the created page, I see that :
$$Delta = b^2 – 4ac = (-5)^2 – 4 ? imes 2 ? imes 2 = 25 – 16 = 9$$
I also see that everything beetween
<>
is also removed from created posts. So for example if I have “if x < 0, then… and if x > 0″, everything beetween <> (here ” 0, then… and if x “) is eliminated.I think the problem is that something is kind of sanitizing the text.
Forum: Plugins
In reply to: [AI Engine] Bug – Emoji and responseThank you for your answer.
I am in France with servers located in France as well. the Wp was set recently.
Did you try to test when emoji is at the begining of the sentence ? I think that when I have most issues.
Forum: Plugins
In reply to: [AI Engine] Latex in chatThank you for your response. I’ll try to find another way until then ??