mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 12:01:54 +00:00
docs: fix stripe toolkit import in the guide (#33044)
**Description:** Stripe tools integration guide incorrectly referenced the `crewai` toolkit. Updated the import to use the correct `langchain` toolkit. Stripe docs reference: https://docs.stripe.com/agents?framework=langchain&lang=python
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from stripe_agent_toolkit.crewai.toolkit import StripeAgentToolkit\n",
|
||||
"from stripe_agent_toolkit.langchain.toolkit import StripeAgentToolkit\n",
|
||||
"\n",
|
||||
"stripe_agent_toolkit = StripeAgentToolkit(\n",
|
||||
" secret_key=os.getenv(\"STRIPE_SECRET_KEY\"),\n",
|
||||
|
Reference in New Issue
Block a user