Interfaces

WireToolManifest

Interface: WireToolManifest

Defined in: src/adapters/types.ts:305

The structural record of what one request actually carried on the wire.

Properties

toolNames

readonly toolNames: readonly string[]

Defined in: src/adapters/types.ts:307

Tool names as they appear in the serialized body, in wire order.

On this page