Skip to content

Documentation / @agentick/core / User

Function: User() ​

User(props): FunctionComponentElement<MessageProps>

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

User message component.

Parameters ​

props ​

UserProps

Returns ​

FunctionComponentElement<MessageProps>

Example ​

ts
<User>What's the weather today?</User>
<User content="Hello" tags={['greeting']} />

Released under the ISC License.