Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 685 Bytes

File metadata and controls

28 lines (22 loc) · 685 Bytes

LLMPulse::CreateAnnotationRequest

Properties

Name Type Description Notes
project_id Integer
title String
annotation_date Date ISO YYYY-MM-DD; defaults to today [optional]
description String [optional]
color String Hex color, e.g. #2563eb [optional]
annotation_category_id Integer [optional]

Example

require 'llmpulse'

instance = LLMPulse::CreateAnnotationRequest.new(
  project_id: null,
  title: null,
  annotation_date: null,
  description: null,
  color: null,
  annotation_category_id: null
)