Skip to main content
type OnTokenCallback = (token) => void;
Defined in: client/sampling/types.ts:13 Called with each text token as it is streamed from the provider.

Parameters

token

string

Returns

void