harden runner fullcontext
This commit is contained in:
@@ -30,7 +30,7 @@ final readonly class AgentRunner
|
||||
{
|
||||
}
|
||||
|
||||
public function run(string $prompt, string $userId): Generator
|
||||
public function run(string $prompt, string $userId, ?bool $includeFullContext = false): Generator
|
||||
{
|
||||
$prompt = trim($prompt);
|
||||
|
||||
@@ -47,7 +47,7 @@ final readonly class AgentRunner
|
||||
// ---------------------------------------------------------
|
||||
// 1) Context strategy
|
||||
// ---------------------------------------------------------
|
||||
$includeFullContext = false;
|
||||
//$includeFullContext = false;
|
||||
|
||||
// ---------------------------------------------------------
|
||||
// 2) Extract URL content (if present)
|
||||
|
||||
Reference in New Issue
Block a user