Back to Kibana

@kbn/agent-builder-common

x-pack/platform/packages/shared/agent-builder/agent-builder-common/README.md

9.4.0566 B
Original Source

@kbn/agent-builder-common

Common (server+browser) types and utilities for the agentBuilder framework.

Tool identifier utilities

The package exposes various helper function and typeguard to manipulate and convert tool identifiers

  • isSerializedToolIdentifier
  • isStructuredToolIdentifier
  • isPlainToolIdentifier
  • toStructuredToolIdentifier
  • toSerializedToolIdentifier
  • createBuiltinToolId

Error utilities

The package exposes type guards for all agentBuilder error types

  • isAgentBuilderError
  • isToolNotFoundError
  • isInternalError