propertyNames constant

List<String> const propertyNames

List of all property names of schema

Implementation

static const List<String> propertyNames = [
  'model',
  'name',
  'description',
  'instructions',
  'tools',
  'file_ids',
  'tool_resources',
  'metadata',
  'temperature',
  'top_p',
  'response_format'
];