Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.02 KB

File metadata and controls

30 lines (23 loc) · 1.02 KB

AIToolPost

Properties

Name Type Description Notes
key string [default to undefined]
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 [default to undefined]
customParameters object Custom metadata and configuration for application-level use (not sent to LLM) [optional] [default to undefined]

Example

import { AIToolPost } from 'launchdarkly-api-typescript';

const instance: AIToolPost = {
    key,
    maintainerId,
    maintainerTeamKey,
    description,
    schema,
    customParameters,
};

[Back to Model list] [Back to API list] [Back to README]