Files
oh-my-opencode/dist/tools/delegate-task/index.d.ts
T

5 lines
271 B
TypeScript
Raw Normal View History

export { createDelegateTask, resolveCategoryConfig, buildSystemContent, buildTaskPrompt } from "./tools";
export type { DelegateTaskToolOptions, SyncSessionCreatedEvent, BuildSystemContentInput } from "./tools";
export type * from "./types";
export * from "./constants";