Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1011 Bytes

File metadata and controls

34 lines (28 loc) · 1011 Bytes

LaunchDarklyApi::AITool

Properties

Name Type Description Notes
key String
_access AiConfigsAccess [optional]
_links ParentAndSelfLinks [optional]
_maintainer AIConfigMaintainer [optional]
description String [optional]
schema Object JSON Schema defining the tool's parameters for LLM consumption
custom_parameters Object Custom metadata and configuration for application-level use (not sent to LLM) [optional]
version Integer
created_at Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AITool.new(
  key: null,
  _access: null,
  _links: null,
  _maintainer: null,
  description: null,
  schema: null,
  custom_parameters: null,
  version: null,
  created_at: null
)