NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

AIActionDefinition

Api-typedef icontypedef

Defines the parameters for an AI action executed via executeAction().

For system actions, provide actionName. For custom actions, provide userMessage and model.

Properties

  • args : Record<string, string> | undefined

  • model : string | undefined

  • userMessage : string | undefined

Value

object