Execute Stateless AI Action
Authorizations
Query Parameters
Provider ID for AI Actions. If you don't know what your provider ID is, please contact support
DEPRECATED: This field is kept temporarily for compatibility. Maximum number of tokens to use for each field.
When this limit is exceeded in the response from the execution, values will be truncated to fit inside of it.
If this is increased too much, running an action may fail if its results get outside of the context window of the LLM.
If this is true, then the action will not actually be executed and instead the resolved params will come back.
If set to True
, AI Actions will make a direct invocation call without attempting to guess params.
When skip_param_guessing
is True
, all params must be set to either 'locked' or 'ignored' mode.
Otherwise, an error will be raised.
Note: skip_param_guessing
is mutually exclusive with preview_only
. When skip_param_guessing
is True
, preview_only
must be False
, and vice versa.
Body
Response
OK
The response is of type object
.