AIModelResponseOptions$json top-level constant

  1. @Deprecated('Use aIModelResponseOptionsDescriptor instead')
Map<String, Object> const AIModelResponseOptions$json

Implementation

@$core.Deprecated('Use aIModelResponseOptionsDescriptor instead')
const AIModelResponseOptions$json = {
  '1': 'AIModelResponseOptions',
  '2': [
    {'1': 'stream_response', '3': 1, '4': 1, '5': 8, '10': 'streamResponse'},
    {
      '1': 'response_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.AIModelResponseOptions.ResponseType',
      '10': 'responseType'
    },
    {
      '1': 'response_data_structs',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'responseDataStructs'
    },
  ],
  '4': [AIModelResponseOptions_ResponseType$json],
};