Skip to content

Commit ad8d4d1

Browse files
authored
Clean up README by removing irrelevant links appeared in code example block (#2524)
1 parent 7f7e0ef commit ad8d4d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</div>
2525

2626
## ⚡️ Quick Install
27-
2827
```
2928
npx copilotkit@latest init
3029
```
@@ -104,12 +103,7 @@ useCopilotAction({
104103
const { agentState } = useCoAgent({
105104
name: "basic_agent",
106105
initialState: { input: "NYC" }
107-
});![banner](https://github.com/user-attachments/assets/b4d76fab-7439-4010-9319-a5b16546b569)
108-
![class-support-ecosystem](https://github.com/user-attachments/assets/65de96b7-dc12-4c3d-a704-30c2d3b0ea3c)
109-
![form-filling-copilot](https://github.com/user-attachments/assets/46b0ad80-33dc-4a49-94ba-f270a32fc123)
110-
![chat-with-your-data](https://github.com/user-attachments/assets/4ffd9b7a-86d9-4b22-9c17-148de581e7c6)
111-
![state-machine-copilot](https://github.com/user-attachments/assets/65581290-f4bd-4486-840b-27d3d0c77bc8)
112-
106+
});
113107

114108
// agentic generative UI
115109
useCoAgentStateRender({

0 commit comments

Comments
 (0)