Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 998 Bytes

File metadata and controls

28 lines (21 loc) · 998 Bytes

AIToolPatch

Properties

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]

Example

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]