Lynx

Home > @lynx-js/genui-a2ui > CatalogFunctionEntry

CatalogFunctionEntry interface

A function entry — pair an impl with its name, plus an optional manifest so the handshake can announce the schema to the agent.

Signature:

export interface CatalogFunctionEntry

Properties

Property

Modifiers

Type

Description

definition?

CatalogFunctionDefinition

(Optional)

impl

FunctionImpl

kind

'function'

name

string

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.