Skip to content

Commit 8e28f18

Browse files
Update app/chat/components/AGENTS.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ad87de8 commit 8e28f18

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

app/chat/components/AGENTS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)