ai_providers

0 rows


Description

AI provider instances

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
name VARCHAR 255

The human readbale name of the provider

provider VARCHAR 255

The provider class name this provider is an instance of

enabled BIT 1 1

Is this plugin enabled

config LONGTEXT 2147483647 null

Provider specific config in JSON format

actionconfig LONGTEXT 2147483647 null

Stores instance specific action configuration in JSON format.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
aiprov_pro2_ix Performance Asc provider