Skip to content

Home > llm-ops > communicationStyleType

communicationStyleType type

Signature:

typescript
export type communicationStyleType = "Formal" | "Textbook" | "Layman" | "Story Telling" | "Socratic";
export type communicationStyleType = "Formal" | "Textbook" | "Layman" | "Story Telling" | "Socratic";

Released under the MIT License.