langchain/docs/docs/integrations/tools
Thor 雷神 Schaeff a0970d8d7e
[WIP] chore: update ElevenLabs tool. (#29722)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core, etc. is
being modified. Use "docs: ..." for purely docs changes, "infra: ..."
for CI changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2025-02-13 01:54:34 +00:00
..
_gradio_tools_files Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
ainetwork.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
alpha_vantage.ipynb community[minor]: Add Alpha Vantage API Tool (#14332) 2024-03-30 00:44:01 +00:00
amadeus.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
arxiv.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
asknews.ipynb community[minor]: add AskNews retriever and AskNews tool (#21581) 2024-05-20 18:23:06 -07:00
awslambda.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
azure_ai_services.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
azure_cognitive_services.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
azure_dynamic_sessions.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
bash.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
bearly.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
bing_search.ipynb doc: replace function all with tool call (#23184) 2024-06-20 09:27:39 -04:00
brave_search.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
cassandra_database.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
cdp_agentkit.ipynb docs: Adding notebook for cdp agentkit toolkit (#27910) 2024-11-06 13:28:27 -08:00
chatgpt_plugins.ipynb docs: fix mdx codefences (#26802) 2024-09-24 06:06:13 +00:00
clickup.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
cogniswitch.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
connery.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
dalle_image_generator.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
dappier.ipynb docs: add langchain dappier tool integration notebook (#29265) 2025-01-17 19:02:28 -05:00
databricks.ipynb Deprecate langhchain community ucfunctiontoolkit in favor for databricks_langchain (#29746) 2025-02-12 15:50:35 -08:00
dataforseo.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
dataherald.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
ddg.ipynb Community: Fix DuckDuckGo search tool Output Format (#27479) 2024-10-23 20:18:11 -04:00
e2b_data_analysis.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
edenai_tools.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
eleven_labs_tts.ipynb [WIP] chore: update ElevenLabs tool. (#29722) 2025-02-13 01:54:34 +00:00
exa_search.ipynb docs: fix admonition formatting (#26801) 2024-09-23 21:55:17 -07:00
filesystem.ipynb Added langchain-community installation (#23741) 2024-07-02 11:03:07 -04:00
financial_datasets.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
fmp-data.ipynb Mehdi zare/fmp data doc (#29219) 2025-01-15 15:31:01 +00:00
github.ipynb community: adds support for getting github releases for the configured repository (#29318) 2025-01-22 15:45:52 +00:00
gitlab.ipynb docs: make docs mdxv2 compatible (#26798) 2024-09-23 21:24:23 -07:00
gmail.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
golden_query.ipynb Added langchain-community installation (#23741) 2024-07-02 11:03:07 -04:00
google_books.ipynb docs: throw on broken anchors (#27773) 2024-11-13 14:29:27 -05:00
google_cloud_texttospeech.ipynb docs: integrations google missed references (#25923) 2024-09-02 11:14:18 -07:00
google_drive.ipynb Langchain: fixed a typo in the imports (#23864) 2024-07-05 15:42:50 +00:00
google_finance.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_imagen.ipynb docs: updated tutorials for Image generation and Vector Search (#21000) 2024-04-29 09:04:11 -04:00
google_jobs.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_lens.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_places.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_scholar.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_search.ipynb Update google_search.ipynb (#26420) 2024-09-14 15:08:40 -07:00
google_serper.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_trends.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
gradio_tools.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
graphql.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
huggingface_tools.ipynb docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
human_tools.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
ifttt.ipynb docs: make docs mdxv2 compatible (#26798) 2024-09-23 21:24:23 -07:00
infobip.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
ionic_shopping.ipynb docs: ReAct reference (#22830) 2024-06-13 19:39:28 -07:00
jenkins.ipynb [Integrations][Tool] Added Jenkins tools support (#29516) 2025-01-31 12:50:10 -05:00
jina_search.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
jira.ipynb docs: integrations updates 18 (#27054) 2024-10-08 19:05:07 +00:00
json.ipynb docs: integrations updates 18 (#27054) 2024-10-08 19:05:07 +00:00
lemonai.ipynb docs: make docs mdxv2 compatible (#26798) 2024-09-23 21:24:23 -07:00
linkup_search.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
memorize.ipynb docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 2024-01-02 15:32:16 -05:00
mojeek_search.ipynb community[minor]: add mojeek search util (#20922) 2024-04-29 15:49:53 +00:00
multion.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
nasa.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
nuclia.ipynb fix typo in langchain/docs/docs/intergrations/tools/nuclia.ipynb (#20591) 2024-04-18 13:46:45 +00:00
nvidia_riva.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
office365.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
openapi_nla.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
openapi.ipynb docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
openweathermap.ipynb docs: langchain-openai (#15513) 2024-01-06 15:54:48 -08:00
oracleai.ipynb docs: updates for OracleDB (#21745) 2024-05-20 16:01:35 -07:00
pandas.ipynb DOC: Added notes in ipynb file to advise user to upgrade package langchain_openai. For issue: https://github.com/langchain-ai/langchain/issues/26616 (#27621) 2024-10-24 21:54:12 +00:00
passio_nutrition_ai.ipynb docs: fix more links (#27809) 2024-10-31 17:15:46 -04:00
payman-tool.ipynb docs: add payman docs (#29362) 2025-01-22 18:37:47 -08:00
playwright.ipynb docs: Completed sentence under the heading "Instantiating a Browser … (#27944) 2024-11-06 19:55:00 +00:00
polygon.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
powerbi.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
pubmed.ipynb Updated doc for tools/pubmed with new functions: invoke. (#17378) 2024-02-11 21:19:31 -08:00
python.ipynb docs: fix admonition formatting (#26801) 2024-09-23 21:55:17 -07:00
reddit_search.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
requests.ipynb docs: replace 'state_modifier' with 'prompt' (#29415) 2025-01-27 21:29:18 -05:00
riza.ipynb community[minor]: Add Riza Python/JS code execution tool (#23995) 2024-07-19 17:03:22 +00:00
robocorp.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
sceneXplain.ipynb docs: update imports of tools to use langchain_community (#18705) 2024-03-07 11:46:09 -05:00
scrapegraph.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
searchapi.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
searx_search.ipynb langchain[patch], experimental[patch]: update utilities imports (#15438) 2024-01-03 02:18:15 -05:00
semanticscholar.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
serpapi.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
slack.ipynb concepts: update llm stub page and re-link (#27567) 2024-10-22 23:03:36 -04:00
spark_sql.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
sql_database.ipynb docs: replace 'state_modifier' with 'prompt' (#29415) 2025-01-27 21:29:18 -05:00
stackexchange.ipynb docs: update documentation of stackexchange component (#18486) 2024-03-04 10:45:29 -08:00
steam.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
stripe.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
tavily_search.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
tilores.ipynb docs: add Tilores provider and tools (#29244) 2025-01-23 12:17:59 -05:00
twilio.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
upstage_groundedness_check.ipynb upstage: Upstage Groundedness Check parameter update (#20914) 2024-04-26 17:34:05 +00:00
wikidata.ipynb [community][fix] Compatibility support to bump up wikibase-rest-api-client version (#27316) 2024-12-16 16:22:18 +00:00
wikipedia.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
wolfram_alpha.ipynb langchain[patch], experimental[patch]: update utilities imports (#15438) 2024-01-03 02:18:15 -05:00
yahoo_finance_news.ipynb docs: Update .run() to .invoke() (#24520) 2024-07-22 14:21:33 -07:00
you.ipynb replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120) 2025-01-11 01:24:40 +00:00
youtube.ipynb Please spell Lex's name correctly Fridman (#24517) 2024-07-22 19:38:32 +00:00
zapier.ipynb docs: throw on broken anchors (#27773) 2024-11-13 14:29:27 -05:00
zenguard.ipynb community: fix code example in ZenGuard docs (#23541) 2024-06-26 13:05:59 -04:00