mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 07:41:23 -07:00
broken refactor
This commit is contained in:
@@ -28,6 +28,13 @@ export interface ContextAccountingState {
|
||||
* True if currentTokens <= retainedTokens.
|
||||
*/
|
||||
readonly isBudgetSatisfied: boolean;
|
||||
|
||||
/**
|
||||
* If this pipeline was triggered by a specific event (e.g., a new turn),
|
||||
* this contains the specific Node IDs (Episodes, Steps, or Triggers) that should be evaluated.
|
||||
* If undefined, the processor may evaluate the entire graph.
|
||||
*/
|
||||
readonly targetNodeIds?: Set<string>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user