Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 482 Bytes

File metadata and controls

24 lines (18 loc) · 482 Bytes

LLMPulse::CreateCollectionRequest

Properties

Name Type Description Notes
project_id Integer
name String
description String [optional]
prompt_ids Array<Integer> [optional]

Example

require 'llmpulse'

instance = LLMPulse::CreateCollectionRequest.new(
  project_id: null,
  name: null,
  description: null,
  prompt_ids: null
)