ultraCompatible property

ChatRequest get ultraCompatible

Implementation

ChatRequest get ultraCompatible => copyWith(
  model: model.copyWith(
    capabilities: model.capabilities.copyWith(
      systemMode: ChatModelSystemMode.unsupported,
      seesToolMessages: false,
    ),
  ),
);