billion-context-omp 0.2.9 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,4 +23,5 @@ declare const CompressParams: import("@oh-my-pi/omptype").FluentType<{
23
23
  topic?: string | undefined;
24
24
  }>;
25
25
  export declare function makeCompressTool(runtime: AcpRuntime): ToolDefinition<typeof CompressParams>;
26
+ export declare const LOOP_GUARD_STOP = 3;
26
27
  export {};