Is this a thing that exists or will exist in the near future? I’m attempting to fit a wide variety of documents into a structured object that is a report. My current plan is to do an LLM call in AIP logic or Pipeline manager to put the text into a JSON. I have been able to create an object in my function in code repositories but when I integrate the action into AIP logic it fails because what is a struct is passed as a string.
Scott