Actions
Last updated
Last updated
Actions are core components of the application. Actions uses large language model that takes data from input elements, knowledge base and agents as inputs and returns messages as outputs based on the prompt. You can specify system instructions, prompts, interchange between different providers and models. Each action step can either be final output or intermediate depending one the use case.
Creates text from text input. You need to specify the task in the prompt box. You can use the input variables as well as result generated from previous steps as input to prompt.
Model Setting - In the model setting tab, you can switch between different LLM providers, models, temperature and maximum output length.
Summarizer action can be used to review a document and generate a summary of the content.
Currently, summarizer only works with UI Data Loaders.