WorkIQPreviewTool interface

A WorkIQ server-side tool.

Extends

Properties

description

Optional user-defined description for this tool or configuration.

name

Optional user-defined name for this tool or configuration.

type

The object type, which is always 'work_iq_preview'.

work_iq_preview

The WorkIQ tool parameters.

Property Details

description

Optional user-defined description for this tool or configuration.

description?: string

Property Value

string

name

Optional user-defined name for this tool or configuration.

name?: string

Property Value

string

type

The object type, which is always 'work_iq_preview'.

type: "work_iq_preview"

Property Value

"work_iq_preview"

work_iq_preview

The WorkIQ tool parameters.

work_iq_preview: WorkIQPreviewToolParameters

Property Value