optimize debug retrieval
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user