SingleCallConfig#

class nemo_microservices.types.shared.SingleCallConfig(*args: Any, **kwargs: Any)

Bases: BaseModel

enabled: bool | None = None
fallback_to_multiple_calls: bool | None = None

Whether to fall back to multiple calls if a single call is not possible.