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

AIToolData

Api-typedef icontypedef

Properties

  • Chevron-right icon

    attributes : Record<string, any> | undefined

    Additional parameters returned by the tool.

    Content depends on the AI tool implementation.

    Available only if type is 'result'.

  • Chevron-right icon

    data : Record<string, any> | undefined

    Data returned by the tool.

    Content depends on the AI tool implementation.

  • Chevron-right icon

    toolName : string

    Name of the AI tool which returned the data.

  • Chevron-right icon

    type : 'result' | 'notification'

    Data type.

    • 'result' – if the AI tool returned final results of its execution.
    • 'notification' – if the AI tool returned a notification (e.g., progress update).

Value

object