Hi!
I’d like to create a POC dust APP that would fetch data from proprietary API, render the response into the prompt and feed the LLM with that prompt.
I’ve seen that the example for AI search for Zendesk Help Center is doing pretty much the same https://docs.dust.tt/reference/examples
Is that example accessible somewhere to replicate some of its behaviour?
This feels similar to the POC I just built with Azure Functions. Basically, a very simple Dust App with 3 blocks: Input, Curl and Code. Then you use it in an Agent and it should do what you want.
Remi those two examples use Zapier and Make, which might be over engineering if the only goal is to make an http request to an external API. It seems a simple Curl block should do. That's assuming I'm not misunderstanding Pawel Gontarz's scenario 😀