LM StudioLM Studio

Introduction to Tools Provider

Writing tools providers for LM Studio plugins using TypeScript

Ask Bionic to read this page

Copy this prompt, open Bionic, and paste it into a new chat.

Read https://lmstudio.ai/docs/typescript/plugins/tools-provider, I want to ask questions about it.

Tools provider is a function that returns an array of tools that the model can use during generation.

Examples

The following are some plugins that make use of tools providers:

On this page