Skip to content

Documentation / @agentick/gateway / ToolCatalogPayload

Interface: ToolCatalogPayload ​

Defined in: gateway/src/transport-protocol.ts:264

Properties ​

tools ​

tools: object[]

Defined in: gateway/src/transport-protocol.ts:265

audience? ​

optional audience: string

description ​

description: string

input ​

input: Record<string, unknown>

intent? ​

optional intent: string

name ​

name: string

type? ​

optional type: string

Released under the ISC License.