assistan-ts
Version:
A typesafe and code-first library to define and run OpenAI assistants
9 lines (8 loc) • 402 B
text/typescript
export { Type } from "@sinclair/typebox";
export { assistant } from "./assistant";
export type { Assistant } from "./assistant";
export { definition } from "./definition";
export type { AssistantDefinition } from "./definition";
export { AssistantVisibleError, toolbox, join, filter } from "./toolbox";
export type { ToolBox, ToolOptions } from "./toolbox";
export type { ToolsRequired } from "./run";