Files
oh-my-opencode/dist/features/context-injector/index.d.ts
T

4 lines
310 B
TypeScript
Raw Normal View History

export { ContextCollector, contextCollector } from "./collector";
export { createContextInjectorMessagesTransformHook, } from "./injector";
export type { ContextSourceType, ContextPriority, ContextEntry, RegisterContextOptions, PendingContext, MessageContext, OutputParts, InjectionStrategy, } from "./types";