#Would be really lovely to be able to add

1 messages · Page 1 of 1 (latest)

icy shale
#

Hey Lucas, though we've not built docs for this yet you should be able to use the dev console to get the api request needed to add knowledge base items and then you can include them in the usual update agent calls

wild briar
#

Hey @icy shale ! That's an idea I already had but I couldn't see the POST request being made from the frontend... I just checked again but I can't see the POST request : are you doing SSR ? That would explain my issue there

wild briar
#

bumping this thread: any idea on how to get the api request made from the UI ? would be lovely, thanks!

icy shale
#

Should be a post request to upload the doc and then a patch to update the agent

#

If you're uploading a file it'll be using form vs json. could your dev console be filtering that out?

wild briar
#

It did blur some id laying in there but I def can't see the request made