Skip to content

Documentation / @agentick/core / Assistant

Function: Assistant()

Assistant(props): FunctionComponentElement<MessageProps>

Defined in: core/src/jsx/components/messages.tsx:89

Assistant message component.

Parameters

props

AssistantProps

Returns

FunctionComponentElement<MessageProps>

Example

ts
<Assistant>The weather is sunny today.</Assistant>
<Assistant content={responseBlocks} />

Released under the ISC License.