| Name |
Type |
Description |
Notes |
| maintainerId |
string |
|
[optional] [default to undefined] |
| maintainerTeamKey |
string |
|
[optional] [default to undefined] |
| description |
string |
|
[optional] [default to undefined] |
| schema |
object |
JSON Schema defining the tool's parameters for LLM consumption |
[optional] [default to undefined] |
| customParameters |
object |
Custom metadata and configuration for application-level use (not sent to LLM) |
[optional] [default to undefined] |
import { AIToolPatch } from 'launchdarkly-api-typescript';
const instance: AIToolPatch = {
maintainerId,
maintainerTeamKey,
description,
schema,
customParameters,
};
[Back to Model list] [Back to API list] [Back to README]