GenerationRailsOptionsParam#

class nemo_microservices.types.GenerationRailsOptionsParam

Bases: TypedDict

dialog: bool

Whether the dialog rails are enabled or not.

input: bool | List[str]

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: bool | List[str]

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: bool | List[str]

Whether the retrieval rails are enabled or not.

If a list of names is specified, then only the specified retrieval rails will be applied.