Documentation M.GEN

M.GEN

M.GEN is the simplest way to get an AI output. Simply construct a message and get outputs just like talking to a Chat Bot.

M.GEN takes in a number of 'Prompts' and outputs a Melder Text. Prompts can be a combination of text arguments and cell references in any order (including file references).

Examples

=M.GEN("Tell me the CAGR formulas calculation")
=M.GEN("Summarize the contract terms :", A2)
=M.GEN(A2, "is the city my client lives in. Tell me a few interesting things about that city.")

Parameters

ParameterTypeDescription
prompt1Text/Cell ReferenceThe first entry of the prompt instruction for the extraction
[prompt2]Text/Cell ReferenceOptional additional prompt entries. Continue adding information as needed

Note: Due to Excel formula settings, text arguments can only be 255 characters each, so split long text entries into multiple 'Prompt' arguments.