Skip to main content

setup

Method
This is a method of the ChannelDescriptor class in the protocols module.
Optional interactive setup returning collected config/env values.

Signature

Parameters

Any
required
An onboarding IO helper (prompt/confirm/getpass) supplied by the wrapper’s wizard.

Returns

Dict[str, Any]
A mapping of collected config/env values, merged by the wizard.

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 259