Skip to content

Home > llm-ops > toneStyleType

toneStyleType type

Signature:

typescript
export type toneStyleType = "Encouraging" | "Neutral" | "Informative" | "Friendly" | "Humorous";
export type toneStyleType = "Encouraging" | "Neutral" | "Informative" | "Friendly" | "Humorous";

Released under the MIT License.