diff --git a/docs/features/plugin/tools/index.mdx b/docs/features/plugin/tools/index.mdx index ec45508..74fa578 100644 --- a/docs/features/plugin/tools/index.mdx +++ b/docs/features/plugin/tools/index.mdx @@ -104,6 +104,8 @@ If your model does support “native” function calling (like GPT-4o or GPT-3.5 Want to enable native function calling in your chats? Here's how: +![Chat Controls](/images/features/plugin/tools/chat-controls.png) + 1. Open the chat window with your model. 2. Click ⚙️ Chat Controls > Advanced Params. 3. Look for the Function Calling setting and switch it from Default → Native diff --git a/static/images/features/plugin/tools/chat-controls.png b/static/images/features/plugin/tools/chat-controls.png new file mode 100644 index 0000000..023283a Binary files /dev/null and b/static/images/features/plugin/tools/chat-controls.png differ