Skip to content

Documentation / @agentick/agent / AgentSectionConfig

Interface: AgentSectionConfig ​

Defined in: agent.tsx:56

Section configuration for declarative sections.

Properties ​

audience? ​

optional audience: "user" | "model" | "all"

Defined in: agent.tsx:59


content? ​

optional content: ReactNode

Defined in: agent.tsx:58


id ​

id: string

Defined in: agent.tsx:57

Released under the ISC License.