withPlugins

fun withPlugins(vararg pluginFactories: PluginFactory): ChatClient.Builder

Adds plugins factory to be used by the client.

Parameters

pluginFactories

The factories to be added.

See also