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
Hi, I was trying to create a confluence-based agent using azure openai's gpt-4o-mini. Attached the schema for reference. If I am using individual APIs then the responses appear but when combined in the same schema, then the at the first message like a simple hi the agent fails, with the following logs in backend-
2025-02-21T06:40:10.826064740Z {"level":"error","message":"[handleAbortError] AI response error; aborting request: algorithm.iv must contain exactly 16 bytes","stack":"OperationError: algorithm.iv must contain exactly 16 bytes\n at validateByteLength (node:internal/crypto/util:440:11)\n at asyncAesCbcCipher (node:internal/crypto/aes:134:3)\n at Object.aesCipher (node:internal/crypto/aes:210:28)\n at cipherOrWrap...","timestamp":"2025-02-21T06:40:10.825Z"}
This discussion was converted from issue #5967 on February 21, 2025 14:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was trying to create a confluence-based agent using azure openai's gpt-4o-mini. Attached the schema for reference. If I am using individual APIs then the responses appear but when combined in the same schema, then the at the first message like a simple hi the agent fails, with the following logs in backend-
2025-02-21T06:40:10.826064740Z {"level":"error","message":"[handleAbortError] AI response error; aborting request: algorithm.iv must contain exactly 16 bytes","stack":"OperationError: algorithm.iv must contain exactly 16 bytes\n at validateByteLength (node:internal/crypto/util:440:11)\n at asyncAesCbcCipher (node:internal/crypto/aes:134:3)\n at Object.aesCipher (node:internal/crypto/aes:210:28)\n at cipherOrWrap...","timestamp":"2025-02-21T06:40:10.825Z"}
openapi 3.1.0.txt
Beta Was this translation helpful? Give feedback.
All reactions