FFAgent$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAgentDescriptor instead')
const FFAgent$json = {
  '1': 'FFAgent',
  '2': [
    {
      '1': 'edit_metadata',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFEditMetadata',
      '8': {},
      '10': 'editMetadata'
    },
    {
      '1': 'status',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAgent.FFAgentStatus',
      '10': 'status'
    },
    {
      '1': 'identifier',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'identifier'
    },
    {'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 5, '4': 1, '5': 9, '10': 'description'},
    {
      '1': 'ai_model',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.AIModel',
      '10': 'aiModel'
    },
    {
      '1': 'request_options',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.AIModelRequestOptions',
      '10': 'requestOptions'
    },
    {
      '1': 'response_options',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.AIModelResponseOptions',
      '10': 'responseOptions'
    },
    {'1': 'endpoint_url', '3': 9, '4': 1, '5': 9, '10': 'endpointUrl'},
    {
      '1': 'legacy_require_authentication',
      '3': 10,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'legacyRequireAuthentication',
    },
    {
      '1': 'created_at',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'createdAt'
    },
    {
      '1': 'updated_at',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'updatedAt'
    },
    {
      '1': 'deployment_settings',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAgentDeploymentSettings',
      '10': 'deploymentSettings'
    },
  ],
  '4': [FFAgent_FFAgentStatus$json],
};