Generate Text With AI Action
Generate Text With AI Action sends prompt instructions to an AI model through an established connection session and retrieves the generated text response, storing it in a specified variable.
Appearance
In Talos, Generate Text With AI Action appears as a standard rectangular node with a text-bubble or AI assistant brain icon.

Properties
As with all Actions, Generate Text With AI Action has a set of unique properties required for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same-type actions.
This property is Read only and it is not customizable
This should reference the connection variable populated by a preceding Open AI Connection Action.
Use this prompt to set the context or role of the AI. For example: "You are an expert copywriter. Keep responses under 100 words and use a professional tone."
This is the active query that references variables or dynamic runtime data to be processed by the model.
Provide a decimal string value between 0.0 (fully deterministic, focused) and 1.0 (highly creative, random). Recommended value is 0.7 for general tasks.
The resulting value is stored as an RPA String object, ready for further processing or writing.