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:
Arman Tsaturian
2025-09-22 20:17:09 +01:00
committed by GitHub
parent cdae9e4942
commit 8f488d62b2

View File

@@ -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",