Skip to content

Commit 2eefdb2

Browse files
authored
fix(docs): scope Python SQL agent review section (#2998)
1 parent df448c8 commit 2eefdb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/oss/langchain/sql-agent.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ agent = create_agent(
451451

452452
:::
453453

454+
:::python
454455
## 6. Implement human-in-the-loop review
455456

456457
It can be prudent to check the agent's SQL queries before they are executed for any unintended actions or inefficiencies.
@@ -546,6 +547,8 @@ The genre with the longest average track length is "Sci Fi & Fantasy" with an av
546547

547548
Refer to the [human-in-the-loop guide](/oss/langchain/human-in-the-loop) for details.
548549

550+
:::
551+
549552
:::js
550553
## 4. Execute SQL queries
551554

0 commit comments

Comments
 (0)