optimize debug retrieval

This commit is contained in:
team2
2026-03-01 20:27:43 +01:00
parent 4a619cd6a8
commit 7b6d8f7269
3 changed files with 18 additions and 14 deletions

View File

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