Preparing search index...
The search index is not available
Palico App
Palico App
@palico-ai/app
ChatResponseStreamOptions
Interface ChatResponseStreamOptions
interface
ChatResponseStreamOptions
{
onPush
?:
(
(
content
)
=>
void
)
;
}
Index
Properties
on
Push?
Properties
Optional
on
Push
on
Push
?:
(
(
content
)
=>
void
)
Callback function to push content to the stream
Type declaration
(
content
)
:
void
Parameters
content
:
AgentResponseChunk
Chunk of content to push to the stream
Returns
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Push
Palico App
Loading...
Callback function to push content to the stream