Attribute: type - evolv-ai/metrics GitHub Wiki

If a type attribute is specified, its value represents the type of the value of the attribute. By default, the type is assumed to be string. The following are the types available:

  • boolean
  • float - deprecated (use number)
  • int - deprecated (use number)
  • number
  • string
  • array

Useful links