optimize texts retrieval

This commit is contained in:
team2
2026-03-01 20:17:23 +01:00
parent e1c3993c96
commit 4a619cd6a8
3 changed files with 36 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ final class ModelGenerationConfigAdminService
return [];
}
return $this->retriever->retrieveInternal($prompt, $config);
return $this->retriever->retrieveDebug($prompt);
}
private function requireString(mixed $value, string $field): string