Skip to content

AIDK API Reference / aidk-shared / ResourceType

Type Alias: ResourceType ​

ts
type ResourceType = 
  | "model"
  | "tool"
  | "agent"
  | "execution"
  | "channel"
  | "session"
  | "procedure"
  | "mcp-client"
  | "scope"
  | "resource";

Defined in: packages/shared/src/errors.ts:233

Resource types that can be "not found"

Released under the MIT License.