@sqlrooms/ai-core / splitTextAroundHoists
Function: splitTextAroundHoists()
splitTextAroundHoists(
model):object
Split text around the first hoist-producing call for chronological recipes. When nothing is hoistable, all text stays in responseText.
Parameters
| Parameter | Type |
|---|---|
model | ChatTurnModel |
Returns
object
| Name | Type |
|---|---|
responseText | ChatTurnTextItem[] |
summaryText | ChatTurnTextItem[] |