| 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 |
|
|
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
)