Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

aggregate_context

Method
This is a method of the HookRunner class in the runner module.
Aggregate additional context from all results.

Signature

def aggregate_context(results: List[HookExecutionResult]) -> Optional[str]

Parameters

results
List
required
No description available.

Returns

Returns
Optional[str]
The result of the operation.

Source

View on GitHub

praisonaiagents/hooks/runner.py at line 455

Context Concept

Context Management

Context Strategies