File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,12 +136,12 @@ All agent-\* components wrap AI Elements and are used in `chat-messages.tsx` to
136136#### From agent-artifact.tsx
137137
138138| AI Element | Props | Purpose |
139- | -------------------------- | ------------------------- | ------------------- | --- |
140- | ` Artifact ` | ` type ` , ` title ` , ` status ` | Artifact container |
141- | ` ArtifactHeader ` | ` title ` , ` actions ` | Artifact header |
142- | ` ArtifactContent ` | ` children ` | Artifact content |
143- | ` ArtifactActions ` | ` children ` | Action buttonsCode` | ` |
144- | ` Artifactcode ` , ` language ` | Code display |
139+ | -------------------------- | ------------------ | ------------------ |
140+ | ` Artifact ` | ` type ` , ` title ` , ` status ` | Artifact container |
141+ | ` ArtifactHeader ` | ` title ` , ` actions ` | Artifact header |
142+ | ` ArtifactContent ` | ` children ` | Artifact content |
143+ | ` ArtifactActions ` | ` children ` | Action buttons |
144+ | ` ArtifactCode ` | ` code ` , ` language ` | Code display |
145145
146146#### From agent-sandbox.tsx (Full Sandbox)
147147
You can’t perform that action at this time.
0 commit comments