Hello,
I setup the AI Engine in my OIC dev environment to connect to OpenAPI GPT but I'm getting the following error message: There was an error generating the description due to Invalid / bad request or prompt exceeds context length. Try again. status: "HTTP 500 Internal Server Error", title: "LLM_ENGINE_BAD_REQUEST"
I'm trying to have GPT create integration descriptions - https://docs.oracle.com/en/cloud/paas/application-integration/integrations-user/what-is-ai-generated-integration-description.html
I'm wondering if it just sends over a big json or xslt block to the AI to analyze ... that could be a pretty big data set if that's how it works.
Thanks for any guidance!