For the complete documentation index, see llms.txt. This page is also available as Markdown.

Agentic LLMs, Functions and Developer Tools

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

spinner

Example of AFTER Function:

spinner

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?

spinner

Last updated