function cappedReply
cappedReply(text: string): string

Cut a provider's reply to that length, marking the cut.

Parameters

text: string

Return Type

string

Usage

import { cappedReply } from "doc.ts";