Skip to content

Documentation / @agentick/gateway / MethodSchemaEntry

Interface: MethodSchemaEntry

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

Properties

builtin

builtin: boolean

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


description

description: string

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


errors?

optional errors: string[]

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


params?

optional params: Record<string, unknown>

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


response?

optional response: Record<string, unknown>

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


roles?

optional roles: string[]

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

Released under the ISC License.