Lindy Community Icon
  • Avatar of Marvin A.
    Marvin A.
    ·
    ·

    Wait, you didnt even setup the HTTP request? You just told the agent how to do it?

  • Avatar of Eden O.
    Eden O.
    ·
    ·

    Marvin A. that’s right so he could call it for all the end points at once 😎

  • Avatar of Eden O.
    Eden O.
    ·
    ·

    Marvin A. but I have to say that from a security perspective this feels like a very big security issue

  • Avatar of Marvin A.
    Marvin A.
    ·
    ·

    haha yeah kinda —I mean you’re praying to the LLM that he will do all of these calls correctly too in a way.. why not create a sequence of steps for more reliability? Eden O.

  • Avatar of Marvin A.
    Marvin A.
    ·
    ·

    I do think though this was a v smart move to save time here 😄

  • Avatar of Eden O.
    Eden O.
    ·
    ·

    Marvin A. It would take 15 HTTPS sequences or steps. The way I did it was to break down the URL, making sure I marked the variables in [ ]. Then, I added the list of endpoints and instructed him to make a call for each item in the list. I think it’s really reliable; the only thing that worries me is the fact that you sent the keys to the LLM, and im not sure anyone encrypts it

  • Avatar of Marvin A.
    Marvin A.
    ·
    ·

    yeah I would try to avoid sharing your keys with the LLM provider.. :S