jipso.Input¶
Classes
|
Manages information and data provided for AI processing. |
- class jipso.Input.Input(**data)¶
Bases:
BaseModelManages information and data provided for AI processing.
The Input component (I) represents objective reality - facts, data, content that needs analysis. Handles multimedia content including text, images, audio, and video through the Body-Mind architecture’s universal data acceptance layer.
Supports weighted data combination, meta-input generation from previous outputs, and preprocessing pipelines for data quality assurance. Enables real-time data integration and cross-platform information sharing through the import/export ecosystem.
- model_config: ClassVar[ConfigDict] = {'extra': 'allow'}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].