Documentation / @agentick/connector / SplitOptions
Interface: SplitOptions ​
Defined in: shared/src/split-message.ts:1
Properties ​
continuation? ​
optionalcontinuation:string
Defined in: shared/src/split-message.ts:7
Appended to all chunks except the last. Default: "".
maxLength ​
maxLength:
number
Defined in: shared/src/split-message.ts:3
Platform character limit.
splitOn? ​
optionalsplitOn:string[]
Defined in: shared/src/split-message.ts:5
Preferred split points, tried in order. Default: ["\n\n", "\n", ". ", " "].