nemo_microservices.types.generation_rails_options_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.generation_rails_options_param.GenerationRailsOptionsParam#
Bases:
typing_extensions.TypedDict- dialog: bool#
None
Whether the dialog rails are enabled or not.
- input: Union[bool, nemo_microservices._types.SequenceNotStr[str]]#
None
Whether the input rails are enabled or not.
If a list of names is specified, then only the specified input rails will be applied.
- output: Union[bool, nemo_microservices._types.SequenceNotStr[str]]#
None
Whether the output rails are enabled or not.
If a list of names is specified, then only the specified output rails will be applied.
- retrieval: Union[bool, nemo_microservices._types.SequenceNotStr[str]]#
None
Whether the retrieval rails are enabled or not.
If a list of names is specified, then only the specified retrieval rails will be applied.