USER MANUALS


Large language model functions

The large language model functions interact with the configured LLM to generate accurate and contextually appropriate responses based on the input provided.

In order to use these functions:

Note

These functions will generate a call to the configured large language model for each row they apply to which may result in high response times.

Large language model functions:

ENRICH_AI

Description

The ENRICH_AI function queries de configured large language model with the provided prompt.

Syntax

enrich_ai (<prompt:text>)
  • prompt. Required. Text to be sent to the large language model for generating a response.

Example 1

You want information about a car model.

ENRICH_AI information about a car model

Example 2

You are hosting a car auction and you want to make a post on social media about the auctions of each car model.

ENRICH_AI post about a car auction

Note that you can provide context to the large language model by concatenating your prompt with the specific field of the view you want to target.

Add feedback