I'm trying to export a project from the SAP Build Lobby of one BTP sub-account and imported into another.I've exported / imported the required destinations and actions fine, and deployed the actions, but on importing the BPA project, I get the follow...
Since the v3.39.45 update SAP Desktop Agent, I'm getting this error in Desktop agent.The Job has been refusedThis is happening for all my BPA projects, when launching a process or running the automation directly in design mode. Even a very simple one...
I have setup Desktop Agent (v3) and registered and external authentication (for Office365) fine.However, I can't reliably set this up for others. For one colleage it works, but for two others they get the following message when registering the extern...
I'm investigation ways of presenting formatted information from the results of say an LLM call.I've looked into the Word SDK and this has an Insert text (Word) action. However, this has a single input of text which won't show for example html formatt...
I saw the following blog to 'Create an SAP UI5 Task for a Business Process'Create an SAP UI5 Task for a Business Process | SAP TutorialsMy question is, is this only option for replacing the standatd BPA Approval form with a UI5 app, or is this also p...
I got this working but can this be done with a table bound to items as opposed to a list of input boxes.Do you have an example view and manifest for that?
The issue was that the output parameter of the automation can't be set to an object or an array, only an 'any' type, which can't be interpreted as an object in the approval.Solution:A script task needed to be created after the automation, which runs ...
Hi @KevinR. Great blog!I can get the loader working fine, as it calls getEmbeddings() in the cap-llm-plugi, but handles the db insert in the CAP services.However, when I try to run getRagResponse() or similaritySearch() I get this error...{
"err...
I've had to modify the response from the sim search. Doing this make the reponses much cleaner and more useful.let results = similaritySearchResults;
results.forEach(item => {
delete item.TEXT_CHUNK;
delete item.ID;
...
I'm thinking the same.The npm repo cap-llm-plugin - npm (npmjs.com) hasn't been updated for a month.Other than that, this appears to be very bare bones at the moment, and I've noticed a bug whereby running the rag or sim search needs an addition cds....