Skip to content

Documentation / @agentick/shared / SplitOptions

Interface: SplitOptions ​

Defined in: split-message.ts:1

Properties ​

continuation? ​

optional continuation: string

Defined in: split-message.ts:7

Appended to all chunks except the last. Default: "".


maxLength ​

maxLength: number

Defined in: split-message.ts:3

Platform character limit.


splitOn? ​

optional splitOn: string[]

Defined in: split-message.ts:5

Preferred split points, tried in order. Default: ["\n\n", "\n", ". ", " "].

Released under the ISC License.