docs: move code mode topic (#6259)

This commit is contained in:
dianed-square
2025-12-23 14:52:42 -08:00
committed by GitHub
parent 23f33e3fb2
commit 48f2dc2d2c
4 changed files with 8 additions and 3 deletions
@@ -25,6 +25,11 @@ import styles from '@site/src/components/Card/styles.module.css';
description="Customize how tool interactions are displayed, from detailed verbose output to clean concise summaries."
link="/docs/guides/managing-tools/adjust-tool-output"
/>
<Card
title="Code Mode"
description="Programmatic approach that discovers and calls MCP tools on demand."
link="/docs/guides/managing-tools/code-mode"
/>
<Card
title="Ollama Tool Shim"
description="Enable tool calling for models that don't natively support it using an experimental local interpreter model setup."