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

@ -183,6 +183,7 @@ class OctopartProvider implements InfoProviderInterface
ProviderCapabilities::DATASHEET,
ProviderCapabilities::PRICE,
],
expensive: true,
);
}