client-tools

command
v1.5.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

README

Client-Side Tools Example

Execute tool calls on the client side rather than via a live HTTP endpoint.

What it shows

Two modes of client-side tool execution:

  • Synchronous — an OnClientTool handler runs immediately when the LLM invokes the tool.
  • Deferred — no handler is registered; the pipeline suspends, the caller supplies the result, then resumes.

Running

export OPENAI_API_KEY=your-key
cd sdk/examples/client-tools
go run .

Documentation

Overview

Package main demonstrates client-side tool execution with the PromptKit SDK.

This example shows two modes:

  • Synchronous: OnClientTool handler runs immediately when the LLM invokes the tool
  • Deferred: No handler registered; pipeline suspends, caller provides result, then resumes

Run with:

export OPENAI_API_KEY=your-key
go run .

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL