data_juicer_agents.tools.context.list_system_config.input module#
Input models for list_system_config.
- class data_juicer_agents.tools.context.list_system_config.input.ListSystemConfigInput(*, filter_prefix: str | None = None, include_descriptions: bool = True)[源代码]#
基类:
BaseModelInput for list_system_config.
This tool lists the complete system configuration from Data-Juicer, including all available parameters, their types, default values, and descriptions. Use this before build_system_spec to discover available configuration options.
- filter_prefix: str | None#
- include_descriptions: bool#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].