Skip to content

Commit

Permalink
Tool use - fix broken redirect link (#415)
Browse files Browse the repository at this point in the history
* fix broken redirect link

* add redirects for v2 as default
  • Loading branch information
mrmer1 authored Feb 19, 2025
1 parent d504f1c commit 1aac659
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,14 +587,26 @@ redirects:
destination: /v2/docs/tool-use-overview
permanent: true
- source: /v2/docs/multi-step-tool-use
destination: /v2/docs/tool-use-usage-patterns/multi-step-tool-use
destination: /v2/docs/tool-use-usage-patterns#multi-step-tool-use
permanent: true
- source: /v2/docs/implementing-a-multi-step-agent-with-langchain
destination: /v2/docs/tool-use-usage-patterns/multi-step-tool-use
destination: /v2/docs/tool-use-usage-patterns#multi-step-tool-use
permanent: true
- source: /v2/docs/parameter-types-in-tool-use
destination: /v2/docs/tool-use-parameter-types
permanent: true
- source: /docs/tool-use
destination: /docs/tool-use-overview
permanent: true
- source: /docs/multi-step-tool-use
destination: /docs/tool-use-usage-patterns#multi-step-tool-use
permanent: true
- source: /docs/implementing-a-multi-step-agent-with-langchain
destination: /docs/tool-use-usage-patterns#multi-step-tool-use
permanent: true
- source: /docs/parameter-types-in-tool-use
destination: /docs/tool-use-parameter-types
permanent: true

analytics:
segment:
Expand Down

0 comments on commit 1aac659

Please sign in to comment.