Skip to content

Commit 5c3ccf8

Browse files
committed
docs: updated API reference
1 parent adf4b3f commit 5c3ccf8

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

src/codegen/sdk/system-prompt.txt

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6358,7 +6358,7 @@ Explore our tutorials to learn how to use Codegen for various code transformatio
63586358
<Card
63596359
title="SQLAlchemy 1.4 to 2.0"
63606360
icon="layer-group"
6361-
href="/tutorials/sqlalchemy-1.4-to-2.0"
6361+
href="/tutorials/sqlalchemy-1.6-to-2.0"
63626362
>
63636363
Update SQLAlchemy code to use the new 2.0-style query interface and patterns.
63646364
</Card>
@@ -7050,39 +7050,6 @@ While this example demonstrates a basic PR review bot, you can extend it to:
70507050

70517051
<Tip>Check out our [Code Agent tutorial](/tutorials/build-code-agent) to learn more about building sophisticated AI agents with Codegen</Tip>
70527052

7053-
## Learn More
7054-
7055-
<CardGroup cols={2}>
7056-
<Card
7057-
title="Code Agent Guide"
7058-
icon="robot"
7059-
href="/building-with-codegen/code-agent"
7060-
>
7061-
Learn how to build intelligent code agents with Codegen.
7062-
</Card>
7063-
<Card
7064-
title="GitHub Integration"
7065-
icon="github"
7066-
href="/building-with-codegen/github-integration"
7067-
>
7068-
Explore Codegen's GitHub integration features.
7069-
</Card>
7070-
<Card
7071-
title="Modal Deployment"
7072-
icon="cloud"
7073-
href="https://modal.com/docs/guide"
7074-
>
7075-
Learn about deploying apps with Modal.
7076-
</Card>
7077-
<Card
7078-
title="Code Review Best Practices"
7079-
icon="code-pull-request"
7080-
href="https://google.github.io/eng-practices/review/"
7081-
>
7082-
Understand code review patterns and best practices.
7083-
</Card>
7084-
</CardGroup>
7085-
70867053
---
70877054
title: "Deep Code Research with AI"
70887055
sidebarTitle: "Code Research Agent"
@@ -8470,7 +8437,7 @@ new_code = promise_statement.edit(
84708437
- Ambiguous/conditional return blocks
84718438

84728439
<Info>
8473-
A list of all the covered cases can be found in the [example notebook](codegen-examples/examples/promises_to_async_await/promise_to_async_await.ipynb).
8440+
A list of all the covered cases can be found in the [example notebook](https://github.com/codegen-sh/codegen-sdk/tree/codegen-examples/examples/promises_to_async_await/promise_to_async_await.ipynb).
84748441
</Info>
84758442

84768443

0 commit comments

Comments
 (0)