Mark some info providers as expensive, to hint that to AI providers

This commit is contained in:
Jan Böhmer 2026-07-26 14:07:23 +02:00
parent 071ffe322d
commit 73941707b5
4 changed files with 16 additions and 6 deletions

View file

@ -89,6 +89,7 @@ final class AIWebProvider implements InfoProviderInterface
ProviderCapabilities::PRICE,
ProviderCapabilities::PARAMETERS,
],
expensive: true,
);
}