Chat¶
Plugin ID: ai_integration_eca_execute_chat
Run text through the AI chat model.
Fields¶
Model— config key:model-
The applicable model for this operation type.
Type:
select· Required: yes · Default: empty stringAllowed values depend on the configuration of the target site.
Value format: The machine name of a model configured on the target site.
Token input— config key:token_input-
The data input for AI. Please provide the token name only, without brackets.
Type:
textfield· Required: no · Default: empty string Token result— config key:token_result-
The response from AI will be stored into the token result field to be used in future steps. Please provide the token name only, without brackets.
Type:
textfield· Required: no · Default: empty string Specific configuration for the model— config key:config-
Some models require specific configuration settings, like temperature, voice or response_format.
The "profile" helps set the behavior of the LLM response. You can change/influence how it response by adjusting the system prompt. Eg.system_name: system
system_prompt: you are a helpful assistantType:
textarea· Required: no · Default: empty string Prompt— config key:prompt-
Enter your text here. When submitted, AI will generate a response from its Chats endpoint. Based on the complexity of your text, AI traffic, and other factors, a response can sometimes take up to 10-15 seconds to complete. Please allow the operation to finish. Be cautious not to exceed the requests per minute quota (20/Minute by default), or you may be temporarily blocked.
Type:
textarea· Required: yes · Default:Enter your prompt for AI here. Schema— config key:schema-
Provide an optional JSON schema to request structured output. When set, the model is asked to return JSON matching the schema, and that JSON is stored as text in the token specified in "Token result". Follow OpenAI's structured-output JSON Schema format: JSON Schema
Type:
ai_json_schema· Required: no · Default: empty string