Ontology Edits within Vertex/Search Arounds

I have a workflow that involves retrieving information from the web. When I retrieve this information, I ontologize it.

It would be very beneficial to my workflow if I could trigger the retrieval of web information in a custom search around function, but it seems like this is not possible because a function cannot be decorated with both @Function() and @OntologyEditFunction().

I think I already know the answer here, but I just want to make sure I’m not missing anything. Is there any way this could be possible?

Thanks

That’s correct, unfortunately. The return types we require of the function don’t currently allow a function to be both an edit action, and a Vertex Search Around.