| Name |
Type |
Description |
Notes |
| name |
string |
|
[optional] [default to undefined] |
| description |
string |
|
[optional] [default to undefined] |
| text |
string |
The text content of the prompt snippet |
[optional] [default to undefined] |
| maintainerId |
string |
|
[optional] [default to undefined] |
| maintainerTeamKey |
string |
|
[optional] [default to undefined] |
| tags |
Array<string> |
|
[optional] [default to undefined] |
import { PromptSnippetPatch } from 'launchdarkly-api-typescript';
const instance: PromptSnippetPatch = {
name,
description,
text,
maintainerId,
maintainerTeamKey,
tags,
};
[Back to Model list] [Back to API list] [Back to README]