Skip to content

Documentation / @agentick/core / System

Function: System() ​

System(props): FunctionComponentElement<MessageProps>

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

System message component.

For static instructions and role definitions. For dynamic state/context, consider using <Grounding> instead.

Parameters ​

props ​

SystemProps

Returns ​

FunctionComponentElement<MessageProps>

Example ​

ts
<System>You are a helpful assistant.</System>

Released under the ISC License.