Module 9: Agentic LLMs, Functions and Developer Tools

Functions allow you to run sandboxed Javascript functions & API calls inside your Gooey.AI workflows.

Example of AFTER Function:

How do LLM-enabled Functions work?

When the user sends a query in Natural Language, the LLM determines the following:

  1. does the query require a function?

  2. which part of the text should be passed as an argument in the function?

Last updated

Was this helpful?